Skip to content

Commit

Permalink
fix: save package in devDependencies
Browse files Browse the repository at this point in the history
In the latest versions of the CLI `ng-add` packages can be added to `devDependencies` and this package is perfect for such use case since it's only needed for development.

See: angular/angular-cli#15815
  • Loading branch information
alan-agius4 authored Nov 6, 2019
1 parent 7978d02 commit 6098a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions command-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"builders": "./builders.json",
"schematics": "./collection.json",
"ng-add": {
"save": "devDependencies"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santoshyadav198613/netlify-builder.git"
Expand Down

0 comments on commit 6098a38

Please sign in to comment.