Skip to content

Commit

Permalink
fix(npm script): add required dependency to start npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
afm-sayem committed Aug 26, 2017
1 parent a06a4f3 commit de33698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/commands/new/buildsystems/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = function(project, options) {
'url-loader',
'del',
'css-loader',
'nps',
'nps-utils',
'file-loader',
'json-loader',
Expand Down
3 changes: 2 additions & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"node-sass": "4.5.3",
"nps": "^5.7.1",
"nps-utils": "1.2.0",
"opn": "^5.1.0",
"protractor": "^5.1.2",
Expand All @@ -100,4 +101,4 @@
"webpack": "3.5.5",
"webpack-dev-server": "2.7.1",
"webpack-hot-middleware": "^2.18.2"
}
}

0 comments on commit de33698

Please sign in to comment.