Skip to content

Commit 9013070

Browse files
chore(ng2.package): Switch ng2 peer dep to ^rc.5
chore(ng2.rx): temporarily export the UIRouterRx class
1 parent 88052bf commit 9013070

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@angular/common": "=2.0.0-rc.6",
60-
"@angular/compiler": "=2.0.0-rc.6",
61-
"@angular/core": "=2.0.0-rc.6",
62-
"@angular/platform-browser": "=2.0.0-rc.6",
63-
"@angular/platform-browser-dynamic": "=2.0.0-rc.6",
59+
"@angular/common": "^2.0.0-rc.5",
60+
"@angular/compiler": "^2.0.0-rc.5",
61+
"@angular/core": "^2.0.0-rc.5",
62+
"@angular/platform-browser": "^2.0.0-rc.5",
63+
"@angular/platform-browser-dynamic": "^2.0.0-rc.5",
6464
"babel-core": "^5.8.14",
6565
"clone": "^1.0.2",
6666
"conventional-changelog": "^1.1.0",

packages/ng2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ui-router-ng2",
33
"description": "State-based routing for Angular 2",
44
"peerDependencies": {
5-
"@angular/core": "^2.0.0-rc.6"
5+
"@angular/core": "^2.0.0-rc.5"
66
},
77
"main": "ng2.js",
88
"typings": "ng2.d.ts"

src/ng2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import "./justjs";
99

1010
export * from "./ng2/interface";
1111
export * from "./ng2/lazyLoadNgModule";
12+
export * from "./ng2/rx";
1213
export * from "./ng2/providers";
1314
export * from "./ng2/location";
1415
export * from "./ng2/directives/directives";

0 commit comments

Comments
 (0)