Skip to content

Commit 6098a38

Browse files
authored
fix: save package in devDependencies
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
1 parent 7978d02 commit 6098a38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

command-builder/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index.js",
66
"builders": "./builders.json",
77
"schematics": "./collection.json",
8+
"ng-add": {
9+
"save": "devDependencies"
10+
},
811
"repository": {
912
"type": "git",
1013
"url": "git+https://github.com/santoshyadav198613/netlify-builder.git"

0 commit comments

Comments
 (0)