We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727090c commit 3fc2012Copy full SHA for 3fc2012
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ui-router",
3
"description": "State-based routing for Javascript",
4
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
5
"scripts": {},
6
"homepage": "http://angular-ui.github.com/ui-router",
7
"contributors": [
packages/ng2/package.json
@@ -2,7 +2,7 @@
"name": "ui-router-ng2",
"description": "State-based routing for Angular 2",
"peerDependencies": {
- "angular": ">2.0 <3.0"
+ "angular2": ">2.0.0-alpha.12"
},
"main": "ng2.js",
8
"typings": "ng2.d.ts"
0 commit comments