We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f05149 commit 0b11b53Copy full SHA for 0b11b53
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@quarkd/cli",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"type": "module",
6
"bin": {
@@ -16,14 +16,12 @@
16
"kolorist": "^1.6.0",
17
"minimist": "^1.2.7",
18
"nanospinner": "^1.1.0",
19
- "prompts": "^2.4.2"
+ "prompts": "^2.4.2",
20
+ "shelljs": "^0.8.5"
21
},
22
"keywords": [
23
"quark-cli",
24
"cli",
25
"quark"
- ],
26
- "devDependencies": {
27
- "shelljs": "^0.8.5"
28
- }
+ ]
29
}
0 commit comments