|
1 | 1 | { |
2 | 2 | "name": "magicc", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.2.5", |
4 | 4 | "author": "Waren Gonzaga", |
5 | 5 | "description": "You can do `magicc`, you can build anything that you desire.", |
6 | 6 | "keywords": [ |
| 7 | + "magic", |
7 | 8 | "magicc", |
8 | 9 | "openai", |
9 | 10 | "git", |
10 | 11 | "commit", |
| 12 | + "message", |
11 | 13 | "tool", |
12 | 14 | "ai", |
13 | 15 | "cli" |
|
21 | 23 | "scripts": { |
22 | 24 | "build": "babel --out-dir=dist source", |
23 | 25 | "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 .", |
31 | 31 | "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", |
36 | 34 | "test": "prettier --check . && xo && ava" |
37 | 35 | }, |
38 | 36 | "files": [ |
|
0 commit comments