Skip to content

Commit

Permalink
remove angular-devkit as peer dep and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed May 9, 2018
1 parent 317729b commit ed55439
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 118 deletions.
4 changes: 2 additions & 2 deletions modules/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/ngrx/platform#readme",
"schematics": "./collection.json",
"peerDependencies": {
"@angular-devkit/core": "^0.5.0",
"@angular-devkit/schematics": "^0.5.0"
"@angular-devkit/core": "NG_DEVKIT_VERSION",
"@angular-devkit/schematics": "NG_DEVKIT_VERSION"
}
}
4 changes: 1 addition & 3 deletions modules/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "NG_VERSION",
"rxjs": "RXJS_VERSION",
"@angular-devkit/core": "NG_DEVKIT_VERSION",
"@angular-devkit/schematics": "NG_DEVKIT_VERSION"
"rxjs": "RXJS_VERSION"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.5.0",
"@angular-devkit/build-angular": "^0.6.0",
"@types/fs-extra": "^2.1.0",
"@types/glob": "^5.0.33",
"@types/jasmine": "2.5.45",
Expand Down
Loading

0 comments on commit ed55439

Please sign in to comment.