|
1 | 1 | { |
2 | 2 | "name": "magicc", |
3 | | - "version": "0.2.5", |
| 3 | + "version": "0.2.6", |
4 | 4 | "author": "Waren Gonzaga", |
5 | 5 | "description": "You can do `magicc`, you can build anything that you desire.", |
6 | 6 | "keywords": [ |
|
23 | 23 | "scripts": { |
24 | 24 | "build": "babel --out-dir=dist source", |
25 | 25 | "dev": "babel --out-dir=dist --watch source", |
26 | | - "clean":"npm run clean:linux", |
| 26 | + "clean": "npm run clean:linux", |
27 | 27 | "clean:linux": "rm -rf dist", |
28 | | - "clean:windows": "rmdir /s /q dist", |
| 28 | + "clean:windows": "rmdir /s /q dist", |
29 | 29 | "setup": "npm run setup:linux", |
30 | 30 | "setup:linux": "npm run clean:linux && npm run build && npm i -g .", |
31 | | - "setup:windows":"npm run clean:windows && npm run build", |
| 31 | + "setup:windows": "npm run clean:windows && npm run build", |
32 | 32 | "reset": "npm run reset:linux", |
33 | 33 | "reset:linux": "npm uninstall -g magicc && npm run setup:linux", |
34 | | - "test": "prettier --check . && xo && ava" |
| 34 | + "test": "prettier --check . && xo && ava", |
| 35 | + "audit:fix": "npx yarn-audit-fix" |
35 | 36 | }, |
36 | 37 | "files": [ |
37 | 38 | "dist" |
|
40 | 41 | "conf": "^12.0.0", |
41 | 42 | "dotenv": "^16.4.5", |
42 | 43 | "execa": "^8.0.1", |
43 | | - "ink": "^4.1.0", |
| 44 | + "ink": "^5.0.1", |
44 | 45 | "ink-big-text": "^2.0.0", |
45 | 46 | "ink-gradient": "^3.0.0", |
46 | 47 | "ink-select-input": "^6.0.0", |
|
0 commit comments