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 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import "./justjs";
99
1010export * from "./ng2/interface" ;
1111export * from "./ng2/lazyLoadNgModule" ;
12+ export * from "./ng2/rx" ;
1213export * from "./ng2/providers" ;
1314export * from "./ng2/location" ;
1415export * from "./ng2/directives/directives" ;
You can’t perform that action at this time.
0 commit comments