Skip to content

Commit 6b1700b

Browse files
author
Matt Lewis
committed
fix: only versions of angular >= 2.0.0 are supported
BREAKING CHANGE: no RC versions of angular are supported. This was probably introduced in 0.2.x of this module, but clarifying here as a distinct breaking change Closes #66
1 parent ee54b8f commit 6b1700b

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
@@ -105,9 +105,9 @@
105105
"zone.js": "~0.6.12"
106106
},
107107
"peerDependencies": {
108-
"@angular/core": "^2.0.0-rc.5",
109-
"@angular/common": "^2.0.0-rc.5",
110-
"@angular/platform-browser": "^2.0.0-rc.5"
108+
"@angular/core": "^2.0.0",
109+
"@angular/common": "^2.0.0",
110+
"@angular/platform-browser": "^2.0.0"
111111
},
112112
"files": [
113113
"dist",

0 commit comments

Comments
 (0)