File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 56
56
},
57
57
"license" : " MIT" ,
58
58
"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 " ,
64
64
"babel-core" : " ^5.8.14" ,
65
65
"clone" : " ^1.0.2" ,
66
66
"conventional-changelog" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " ui-router-ng2" ,
3
3
"description" : " State-based routing for Angular 2" ,
4
4
"peerDependencies" : {
5
- "@angular/core" : " ^2.0.0-rc.6 "
5
+ "@angular/core" : " ^2.0.0-rc.5 "
6
6
},
7
7
"main" : " ng2.js" ,
8
8
"typings" : " ng2.d.ts"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import "./justjs";
9
9
10
10
export * from "./ng2/interface" ;
11
11
export * from "./ng2/lazyLoadNgModule" ;
12
+ export * from "./ng2/rx" ;
12
13
export * from "./ng2/providers" ;
13
14
export * from "./ng2/location" ;
14
15
export * from "./ng2/directives/directives" ;
You can’t perform that action at this time.
0 commit comments