Skip to content

Commit e22ba67

Browse files
bump version to 1.0.0-beta.1
1 parent 55995fd commit e22ba67

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
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.5",
4+
"version": "1.0.0-beta.1",
55
"scripts": {
66
"test": "npm run test:integrate",
77
"watch": "node_modules/watch/cli.js 'npm run test' src test",
@@ -20,7 +20,7 @@
2020

2121
"test:integrate": "tsc && npm run test:core && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15"
2222
},
23-
"homepage": "http://angular-ui.github.com/ui-router",
23+
"homepage": "https://ui-router.github.io",
2424
"contributors": [
2525
{
2626
"name": "Nate Abele",
@@ -42,8 +42,8 @@
4242
],
4343
"maintainers": [
4444
{
45-
"name": "AngularUI",
46-
"web": "https://github.com/angular-ui?tab=members"
45+
"name": "UIRouter Team",
46+
"web": "https://github.com/ui-router?tab=members"
4747
}
4848
],
4949
"repository": {
@@ -58,11 +58,11 @@
5858
},
5959
"license": "MIT",
6060
"devDependencies": {
61-
"@angular/common": "=2.0.0-rc.1",
62-
"@angular/compiler": "=2.0.0-rc.1",
63-
"@angular/core": "=2.0.0-rc.1",
64-
"@angular/platform-browser": "=2.0.0-rc.1",
65-
"@angular/platform-browser-dynamic": "=2.0.0-rc.1",
61+
"@angular/common": "=2.0.0-rc.3",
62+
"@angular/compiler": "=2.0.0-rc.3",
63+
"@angular/core": "=2.0.0-rc.3",
64+
"@angular/platform-browser": "=2.0.0-rc.3",
65+
"@angular/platform-browser-dynamic": "=2.0.0-rc.3",
6666
"babel-core": "^5.8.14",
6767
"clone": "^1.0.2",
6868
"conventional-changelog": "^1.1.0",

0 commit comments

Comments
 (0)