|
1 | 1 | { |
2 | 2 | "name": "ui-router-ng1-to-ng2", |
3 | | - "version": "1.0.4", |
| 3 | + "version": "1.0.5", |
4 | 4 | "scripts": { |
5 | 5 | "build": "npm run clean && npm run tsc", |
6 | 6 | "clean": "rm -f *.d.ts *.js *.js.map", |
|
10 | 10 | "license": "MIT", |
11 | 11 | "peerDependencies": { |
12 | 12 | "angular": "^1.5.0", |
13 | | - "angular2": "^2.0.0-beta.13", |
| 13 | + "@angular/core": "^2.0.0-rc.1", |
| 14 | + "@angular/upgrade": "^2.0.0-rc.1", |
14 | 15 | "angular-ui-router": "^1.0.0-alpha.5", |
15 | | - "ui-router-ng2": "^1.0.0-alpha.4" |
| 16 | + "ui-router-ng2": "^1.0.0-alpha.5" |
16 | 17 | }, |
17 | 18 | "devDependencies": { |
| 19 | + "@angular/common": "^2.0.0-rc.1", |
| 20 | + "@angular/compiler": ">=2.0.0-rc.1", |
| 21 | + "@angular/core": ">=2.0.0-rc.1", |
| 22 | + "@angular/platform-browser": ">=2.0.0-rc.1", |
| 23 | + "@angular/upgrade": ">=2.0.0-rc.1", |
18 | 24 | "angular": "1.5.3", |
19 | | - "angular2": "2.0.0-beta.13", |
20 | | - "angular-ui-router": "1.0.0-alpha.5", |
| 25 | + "angular-ui-router": ">=1.0.0-alpha.5", |
| 26 | + "concurrently": "^2.0.0", |
21 | 27 | "es6-shim": "^0.35.0", |
| 28 | + "lite-server": "^2.1.0", |
22 | 29 | "reflect-metadata": "0.1.2", |
23 | | - "rxjs": "5.0.0-beta.2", |
| 30 | + "rxjs": "^5.0.0-beta.6", |
24 | 31 | "systemjs": "0.19.25", |
25 | | - "ui-router-ng2": ">=1.0.0-alpha.3", |
26 | | - "zone.js": "0.6.6", |
27 | | - "concurrently": "^2.0.0", |
28 | | - "lite-server": "^2.1.0", |
29 | 32 | "typescript": "^1.8.9", |
30 | | - "typings": "^0.7.11" |
| 33 | + "typings": "^0.7.11", |
| 34 | + "ui-router-ng2": ">=1.0.0-alpha.5", |
| 35 | + "zone.js": "0.6.6" |
31 | 36 | }, |
32 | 37 | "main": "ng1-to-ng2", |
33 | 38 | "typings": "ng1-to-ng2.d.ts", |
34 | | - "repository" : { |
35 | | - "type" : "git", |
36 | | - "url" : "https://github.com/ui-router/ng1-to-ng2.git" |
| 39 | + "repository": { |
| 40 | + "type": "git", |
| 41 | + "url": "https://github.com/ui-router/ng1-to-ng2.git" |
37 | 42 | } |
38 | 43 | } |
0 commit comments