Skip to content

Commit 2698bcf

Browse files
author
Matt Lewis
committed
fix(peerDependencies): support any version of angular >= RC5
1 parent df2fcf4 commit 2698bcf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"homepage": "https://github.com/mattlewis92/angular2-calendar#readme",
3737
"devDependencies": {
38-
"@angular/common": "2.0.0-rc.6",
39-
"@angular/compiler": "2.0.0-rc.6",
40-
"@angular/core": "2.0.0-rc.6",
41-
"@angular/forms": "2.0.0-rc.6",
42-
"@angular/platform-browser": "2.0.0-rc.6",
43-
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
38+
"@angular/common": "2.0.0-rc.7",
39+
"@angular/compiler": "2.0.0-rc.7",
40+
"@angular/core": "2.0.0-rc.7",
41+
"@angular/forms": "2.0.0-rc.7",
42+
"@angular/platform-browser": "2.0.0-rc.7",
43+
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
4444
"@ng-bootstrap/ng-bootstrap": "~1.0.0-alpha.1",
4545
"@types/chai": "~3.4.30",
4646
"@types/core-js": "~0.9.32",
@@ -77,7 +77,7 @@
7777
"phantomjs-prebuilt": "~2.1.7",
7878
"postcss-flexibility": "~1.1.0",
7979
"postcss-loader": "~0.13.0",
80-
"rxjs": "5.0.0-beta.11",
80+
"rxjs": "5.0.0-beta.12",
8181
"sass-loader": "~4.0.1",
8282
"sinon": "~1.17.4",
8383
"sinon-chai": "~2.8.0",
@@ -99,9 +99,9 @@
9999
"zone.js": "~0.6.12"
100100
},
101101
"peerDependencies": {
102-
"@angular/core": "2.0.0-rc.6",
103-
"@angular/common": "2.0.0-rc.6",
104-
"@angular/platform-browser": "2.0.0-rc.6",
102+
"@angular/core": ">=2.0.0-rc.5",
103+
"@angular/common": ">=2.0.0-rc.5",
104+
"@angular/platform-browser": ">=2.0.0-rc.5",
105105
"moment": "2.x.x"
106106
},
107107
"files": [

0 commit comments

Comments
 (0)