Skip to content

Commit

Permalink
bump version and peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 3, 2016
1 parent 727090c commit 3fc2012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-router",
"description": "State-based routing for Javascript",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"scripts": {},
"homepage": "http://angular-ui.github.com/ui-router",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ng2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"typings": "ng2.d.ts"
Expand Down

0 comments on commit 3fc2012

Please sign in to comment.