Skip to content

Commit bcc9080

Browse files
author
Matt Lewis
committed
fix: loosen peer dependency to allow angular 4
1 parent f5c43e6 commit bcc9080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"zone.js": "^0.7.2"
8787
},
8888
"peerDependencies": {
89-
"@angular/core": "^2.0.0"
89+
"@angular/core": ">=2.0.0 <5.0.0"
9090
},
9191
"files": [
9292
"dist"

0 commit comments

Comments
 (0)