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 dd9bed2 commit 373e5e6Copy full SHA for 373e5e6
package.json
@@ -6,8 +6,7 @@
6
"bin": "lib/app.js",
7
"scripts": {
8
"start": "node lib/app.js",
9
- "test": "echo \"Error: no test specified\" && exit 1",
10
- "webpack": "webpack"
+ "test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"author": "kaido",
13
"license": "ISC",
@@ -20,13 +19,6 @@
20
19
"fs-path": "0.0.23",
21
"inquirer": "^5.1.0",
22
"jquery": "^3.3.1",
23
- "nightmare": "^2.10.0",
24
- "pify": "^3.0.0",
25
- "webpack": "^3.11.0"
26
- },
27
- "pkg": {
28
- "targets": [
29
- "node8"
30
- ]
+ "nightmare": "^2.10.0"
31
}
32
0 commit comments