Skip to content

Commit e00c115

Browse files
author
Matt Lewis
committed
fix: loosen angular peer dependency to support angular 4
1 parent 6147c76 commit e00c115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
"zone.js": "^0.7.2"
126126
},
127127
"peerDependencies": {
128-
"@angular/common": "^2.0.0",
129-
"@angular/core": "^2.0.0",
130-
"@angular/platform-browser": "^2.0.0"
128+
"@angular/common": ">=2.0.0 <5.0.0",
129+
"@angular/core": ">=2.0.0 <5.0.0",
130+
"@angular/platform-browser": ">=2.0.0 <5.0.0"
131131
},
132132
"files": [
133133
"dist",

0 commit comments

Comments
 (0)