Skip to content

Commit 3fc2012

Browse files
bump version and peerDependency
1 parent 727090c commit 3fc2012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-router",
33
"description": "State-based routing for Javascript",
4-
"version": "1.0.0-alpha.2",
4+
"version": "1.0.0-alpha.3",
55
"scripts": {},
66
"homepage": "http://angular-ui.github.com/ui-router",
77
"contributors": [

packages/ng2/package.json

+1-1
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": ">2.0 <3.0"
5+
"angular2": ">2.0.0-alpha.12"
66
},
77
"main": "ng2.js",
88
"typings": "ng2.d.ts"

0 commit comments

Comments
 (0)