We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7e0fd commit 90ddb69Copy full SHA for 90ddb69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "magicc",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"author": "Waren Gonzaga",
5
"description": "You can do `magicc`, you can build anything that you desire.",
6
"keywords": [
@@ -22,6 +22,8 @@
22
"build": "babel --out-dir=dist source",
23
"dev": "babel --out-dir=dist --watch source",
24
"clean": "rm -rf dist",
25
+ "setup:ubuntu": "npm run clean && npm run build && npm i -g .",
26
+ "reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
27
"test": "prettier --check . && xo && ava"
28
},
29
"files": [
@@ -34,6 +36,7 @@
34
36
"ink": "^4.1.0",
35
37
"ink-big-text": "^2.0.0",
38
"ink-gradient": "^3.0.0",
39
+ "is-git-repository": "^2.0.0",
40
"meow": "^11.0.0",
41
"openai": "^4.28.4",
42
"react": "^18.2.0",
0 commit comments