Skip to content

Commit 70767bb

Browse files
committed
Merge pull request #275 from NativeScript/raikov/devworkflow
Cleanup package.json to support the new dev workflow
2 parents a85b1ee + 3e57aa9 commit 70767bb

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

nativescript-angular/gulpfile.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

nativescript-angular/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,20 @@
2222
"@angular/common": "2.0.0-rc.1",
2323
"@angular/compiler": "2.0.0-rc.1",
2424
"@angular/core": "2.0.0-rc.1",
25-
"@angular/router-deprecated": "2.0.0-rc.1",
2625
"@angular/platform-browser": "2.0.0-rc.1",
2726
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
2827
"@angular/platform-server": "2.0.0-rc.1",
29-
"reflect-metadata": "^0.1.3",
28+
"@angular/router-deprecated": "2.0.0-rc.1",
3029
"rxjs": "5.0.0-beta.6",
3130
"zone.js": "^0.6.12",
31+
"reflect-metadata": "^0.1.3",
3232
"parse5": "1.4.2",
3333
"punycode": "1.3.2",
3434
"querystring": "0.2.0",
3535
"url": "0.10.3",
3636
"shelljs": "^0.7.0"
3737
},
3838
"devDependencies": {
39-
"del": "^2.2.0",
40-
"glob": "^7.0.3",
41-
"gulp": "^3.9.1",
4239
"tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7",
4340
"typescript": "^1.8.10"
4441
},

ng-sample/package.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,46 +23,37 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": "2.0.0-angular-7",
26+
"tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7",
2727
"nativescript-angular": "^0.1.6",
2828
"nativescript-intl": "^0.0.2",
2929
"@angular/common": "2.0.0-rc.1",
3030
"@angular/compiler": "2.0.0-rc.1",
3131
"@angular/core": "2.0.0-rc.1",
32-
"@angular/router-deprecated": "2.0.0-rc.1",
3332
"@angular/platform-browser": "2.0.0-rc.1",
3433
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
3534
"@angular/platform-server": "2.0.0-rc.1",
36-
"reflect-metadata": "^0.1.3",
35+
"@angular/router-deprecated": "2.0.0-rc.1",
3736
"rxjs": "5.0.0-beta.6",
3837
"zone.js": "^0.6.12",
38+
"reflect-metadata": "^0.1.3",
3939
"parse5": "1.4.2",
4040
"punycode": "1.3.2",
4141
"querystring": "0.2.0",
42-
"url": "0.10.3"
42+
"url": "0.10.3",
43+
"shelljs": "^0.7.0"
4344
},
4445
"devDependencies": {
45-
"babel-traverse": "6.8.0",
46-
"babel-types": "6.8.1",
47-
"babylon": "6.8.0",
48-
"filewalker": "0.1.2",
49-
"grunt": "0.4.5",
50-
"grunt-contrib-clean": "0.6.0",
51-
"grunt-contrib-copy": "0.8.0",
52-
"grunt-shell": "1.1.2",
53-
"grunt-ts": "5.0.0-beta.5",
54-
"lazy": "1.0.11",
5546
"nativescript-dev-typescript": "^0.3.1",
5647
"nativescript-dev-webpack": "0.0.13",
57-
"typescript": "1.8.2"
48+
"typescript": "^1.8.10"
5849
},
5950
"nativescript": {
6051
"id": "org.nativescript.ngsample",
6152
"tns-android": {
6253
"version": "2.0.0"
6354
},
6455
"tns-ios": {
65-
"version": "2.0.0"
56+
"version": "2.0.1"
6657
}
6758
}
68-
}
59+
}

0 commit comments

Comments
 (0)