Skip to content

Commit 90ddb69

Browse files
committed
✨ tweak: bump version to 0.1.3
1 parent 9b7e0fd commit 90ddb69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicc",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "Waren Gonzaga",
55
"description": "You can do `magicc`, you can build anything that you desire.",
66
"keywords": [
@@ -22,6 +22,8 @@
2222
"build": "babel --out-dir=dist source",
2323
"dev": "babel --out-dir=dist --watch source",
2424
"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",
2527
"test": "prettier --check . && xo && ava"
2628
},
2729
"files": [
@@ -34,6 +36,7 @@
3436
"ink": "^4.1.0",
3537
"ink-big-text": "^2.0.0",
3638
"ink-gradient": "^3.0.0",
39+
"is-git-repository": "^2.0.0",
3740
"meow": "^11.0.0",
3841
"openai": "^4.28.4",
3942
"react": "^18.2.0",

0 commit comments

Comments
 (0)