Skip to content

Commit 477d0f7

Browse files
harterSechristopherthielen
authored andcommitted
fix(package.json): npm shrinkwarp with angular 5
Adapt peerDependencies to make it possible to build npm shrinkwrap.json with angular 5 ( errors with current version )
1 parent b75aa64 commit 477d0f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"tslib": "^1.7.1"
5555
},
5656
"peerDependencies": {
57-
"@angular/common": "^4.0.0",
58-
"@angular/core": "^4.0.0",
59-
"@angular/router": "^4.0.0"
57+
"@angular/common": "^4.0.0 || ^5.0.0",
58+
"@angular/core": "^4.0.0 || ^5.0.0",
59+
"@angular/router": "^4.0.0 || ^5.0.0"
6060
},
6161
"devDependencies": {
6262
"@angular/common": "^4.0.0",

0 commit comments

Comments
 (0)