Skip to content

Commit 07b40b0

Browse files
authored
🚀 UPDATE: v0.2.6
Merge pull request #15 from warengonzaga/dev
2 parents a7a65f9 + 3782370 commit 07b40b0

File tree

2 files changed

+772
-740
lines changed

2 files changed

+772
-740
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicc",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"author": "Waren Gonzaga",
55
"description": "You can do `magicc`, you can build anything that you desire.",
66
"keywords": [
@@ -23,15 +23,16 @@
2323
"scripts": {
2424
"build": "babel --out-dir=dist source",
2525
"dev": "babel --out-dir=dist --watch source",
26-
"clean":"npm run clean:linux",
26+
"clean": "npm run clean:linux",
2727
"clean:linux": "rm -rf dist",
28-
"clean:windows": "rmdir /s /q dist",
28+
"clean:windows": "rmdir /s /q dist",
2929
"setup": "npm run setup:linux",
3030
"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",
3232
"reset": "npm run reset:linux",
3333
"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"
3536
},
3637
"files": [
3738
"dist"
@@ -40,7 +41,7 @@
4041
"conf": "^12.0.0",
4142
"dotenv": "^16.4.5",
4243
"execa": "^8.0.1",
43-
"ink": "^4.1.0",
44+
"ink": "^5.0.1",
4445
"ink-big-text": "^2.0.0",
4546
"ink-gradient": "^3.0.0",
4647
"ink-select-input": "^6.0.0",

0 commit comments

Comments
 (0)