Skip to content

Commit

Permalink
package name update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Dec 14, 2024
1 parent 0d859d9 commit 5ff9a12
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "gum.js",
"version": "0.9.0",
"name": "gumgen",
"version": "1.0.0",
"description": "Javascript for SVG creation.",
"type": "module",
"author": "Doug Hanley and Evan Piermont",
"license": "MIT",
"files": [
"js/gum.js",
"js/emoji.js"
],
"exports": {
".": [
"./js/gum.js",
"./js/emoji.js"
"./js/gum.js"
]
},
"scripts": {
Expand Down

0 comments on commit 5ff9a12

Please sign in to comment.