Skip to content

Commit 373e5e6

Browse files
author
Zakaria RACHEDI
committed
Package.json update
Unused modules removed
1 parent dd9bed2 commit 373e5e6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"bin": "lib/app.js",
77
"scripts": {
88
"start": "node lib/app.js",
9-
"test": "echo \"Error: no test specified\" && exit 1",
10-
"webpack": "webpack"
9+
"test": "echo \"Error: no test specified\" && exit 1"
1110
},
1211
"author": "kaido",
1312
"license": "ISC",
@@ -20,13 +19,6 @@
2019
"fs-path": "0.0.23",
2120
"inquirer": "^5.1.0",
2221
"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-
]
22+
"nightmare": "^2.10.0"
3123
}
3224
}

0 commit comments

Comments
 (0)