Skip to content

Commit 0b11b53

Browse files
committed
fix: shelljs
1 parent 1f05149 commit 0b11b53

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quarkd/cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"type": "module",
66
"bin": {
@@ -16,14 +16,12 @@
1616
"kolorist": "^1.6.0",
1717
"minimist": "^1.2.7",
1818
"nanospinner": "^1.1.0",
19-
"prompts": "^2.4.2"
19+
"prompts": "^2.4.2",
20+
"shelljs": "^0.8.5"
2021
},
2122
"keywords": [
2223
"quark-cli",
2324
"cli",
2425
"quark"
25-
],
26-
"devDependencies": {
27-
"shelljs": "^0.8.5"
28-
}
26+
]
2927
}

0 commit comments

Comments
 (0)