|
29 | 29 | "url": "https://github.com/NativeScript/nativescript-angular.git"
|
30 | 30 | },
|
31 | 31 | "scripts": {
|
32 |
| - "tslint": "tslint --project tsconfig.json --config tslint.json", |
| 32 | + "tslint": "tslint --project tsconfig.json --config tslint.json --type-check", |
33 | 33 | "postinstall": "node postinstall.js",
|
34 | 34 | "tsc": "tsc -p tsconfig.json",
|
35 | 35 | "ngc": "ngc -p tsconfig.json",
|
|
43 | 43 | "reflect-metadata": "^0.1.8"
|
44 | 44 | },
|
45 | 45 | "peerDependencies": {
|
46 |
| - "@angular/core": "~4.0.0 || ~4.1.0", |
47 | 46 | "@angular/common": "~4.0.0 || ~4.1.0",
|
48 | 47 | "@angular/compiler": "~4.0.0 || ~4.1.0",
|
49 |
| - "@angular/platform-browser": "~4.0.0 || ~4.1.0", |
50 |
| - "@angular/router": "~4.0.0 || ~4.1.0", |
| 48 | + "@angular/core": "~4.0.0 || ~4.1.0", |
51 | 49 | "@angular/forms": "~4.0.0 || ~4.1.0",
|
52 | 50 | "@angular/http": "~4.0.0 || ~4.1.0",
|
53 |
| - "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", |
| 51 | + "@angular/platform-browser": "~4.0.0 || ~4.1.0", |
| 52 | + "@angular/router": "~4.0.0 || ~4.1.0", |
54 | 53 | "rxjs": "^5.0.1",
|
| 54 | + "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", |
55 | 55 | "zone.js": "^0.8.4"
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@angular/core": "~4.0.0 || ~4.1.0", |
| 58 | + "@angular/animations": "~4.0.0 || ~4.1.0", |
59 | 59 | "@angular/common": "~4.0.0 || ~4.1.0",
|
60 | 60 | "@angular/compiler": "~4.0.0 || ~4.1.0",
|
61 | 61 | "@angular/compiler-cli": "~4.0.0 || ~4.1.0",
|
62 |
| - "@angular/platform-browser": "~4.0.0 || ~4.1.0", |
63 |
| - "@angular/animations": "~4.0.0 || ~4.1.0", |
64 |
| - "@angular/router": "~4.0.0 || ~4.1.0", |
| 62 | + "@angular/core": "~4.0.0 || ~4.1.0", |
65 | 63 | "@angular/forms": "~4.0.0 || ~4.1.0",
|
66 | 64 | "@angular/http": "~4.0.0 || ~4.1.0",
|
67 |
| - "codelyzer": "~3.0.0-beta.4", |
68 |
| - "tns-core-modules": "internal-preview", |
69 |
| - "tslint": "~4.5.0", |
70 |
| - "typescript": "~2.2.1", |
| 65 | + "@angular/platform-browser": "~4.0.0 || ~4.1.0", |
| 66 | + "@angular/router": "~4.0.0 || ~4.1.0", |
| 67 | + "codelyzer": "^3.0.1", |
71 | 68 | "rxjs": "^5.0.1",
|
| 69 | + "tns-core-modules": "internal-preview", |
| 70 | + "tslint": "^5.1.0", |
| 71 | + "typescript": "^2.3.2", |
72 | 72 | "zone.js": "^0.8.4"
|
73 | 73 | }
|
74 | 74 | }
|
0 commit comments