Skip to content

Commit d657884

Browse files
authored
✨ tweak (package.json): update version and keywords
1 parent 32e2799 commit d657884

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "magicc",
3-
"version": "0.2.1",
3+
"version": "0.2.5",
44
"author": "Waren Gonzaga",
55
"description": "You can do `magicc`, you can build anything that you desire.",
66
"keywords": [
7+
"magic",
78
"magicc",
89
"openai",
910
"git",
1011
"commit",
12+
"message",
1113
"tool",
1214
"ai",
1315
"cli"
@@ -21,18 +23,14 @@
2123
"scripts": {
2224
"build": "babel --out-dir=dist source",
2325
"dev": "babel --out-dir=dist --watch source",
24-
25-
"clean":"rm -rf dist",
26-
"clean:windows": "rmdir /s /q dist",
27-
28-
29-
"setup": "npm run setup:ubuntu",
30-
"setup:ubuntu": "npm run clean && npm run build && npm i -g .",
26+
"clean":"npm run clean:linux",
27+
"clean:linux": "rm -rf dist",
28+
"clean:windows": "rmdir /s /q dist",
29+
"setup": "npm run setup:linux",
30+
"setup:linux": "npm run clean:linux && npm run build && npm i -g .",
3131
"setup:windows":"npm run clean:windows && npm run build",
32-
33-
34-
"reset": "npm run reset:ubuntu",
35-
"reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
32+
"reset": "npm run reset:linux",
33+
"reset:linux": "npm uninstall -g magicc && npm run setup:linux",
3634
"test": "prettier --check . && xo && ava"
3735
},
3836
"files": [

0 commit comments

Comments
 (0)