Skip to content

Commit de33698

Browse files
committed
fix(npm script): add required dependency to start npm task
1 parent a06a4f3 commit de33698

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/commands/new/buildsystems/webpack/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = function(project, options) {
5858
'url-loader',
5959
'del',
6060
'css-loader',
61+
'nps',
6162
'nps-utils',
6263
'file-loader',
6364
'json-loader',

lib/dependencies.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"karma-typescript-preprocessor": "^0.2.1",
7979
"minimatch": "^3.0.2",
8080
"node-sass": "4.5.3",
81+
"nps": "^5.7.1",
8182
"nps-utils": "1.2.0",
8283
"opn": "^5.1.0",
8384
"protractor": "^5.1.2",
@@ -100,4 +101,4 @@
100101
"webpack": "3.5.5",
101102
"webpack-dev-server": "2.7.1",
102103
"webpack-hot-middleware": "^2.18.2"
103-
}
104+
}

0 commit comments

Comments
 (0)