Skip to content

Commit cd68c78

Browse files
committed
Fix commands and update version
1 parent b60a453 commit cd68c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "enchantment",
3-
"version": "1.2.1",
2+
"name": "disenchant",
3+
"version": "1.3.0",
44
"description": "If you're simple/like enchantments, clap your hands *clap clap*",
55
"scripts": {
66
"disenchant": "node dist/index.js",
7-
"package": "tsc -p . && pkg dist/index.js"
7+
"package": "tsc -p . && pkg ."
88
},
99
"bin": "dist/index.js",
1010
"pkg": {

0 commit comments

Comments
 (0)