|
1 | 1 | {
|
2 | 2 | "name": "ui-router",
|
3 | 3 | "description": "State-based routing for Javascript",
|
4 |
| - "version": "1.0.0-alpha.5", |
| 4 | + "version": "1.0.0-beta.1", |
5 | 5 | "scripts": {
|
6 | 6 | "test": "npm run test:integrate",
|
7 | 7 | "watch": "node_modules/watch/cli.js 'npm run test' src test",
|
|
20 | 20 |
|
21 | 21 | "test:integrate": "tsc && npm run test:core && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15"
|
22 | 22 | },
|
23 |
| - "homepage": "http://angular-ui.github.com/ui-router", |
| 23 | + "homepage": "https://ui-router.github.io", |
24 | 24 | "contributors": [
|
25 | 25 | {
|
26 | 26 | "name": "Nate Abele",
|
|
42 | 42 | ],
|
43 | 43 | "maintainers": [
|
44 | 44 | {
|
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" |
47 | 47 | }
|
48 | 48 | ],
|
49 | 49 | "repository": {
|
|
58 | 58 | },
|
59 | 59 | "license": "MIT",
|
60 | 60 | "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", |
66 | 66 | "babel-core": "^5.8.14",
|
67 | 67 | "clone": "^1.0.2",
|
68 | 68 | "conventional-changelog": "^1.1.0",
|
|
0 commit comments