Skip to content

Commit

Permalink
fix(package.json): typescript version and move zone.js to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed Mar 20, 2017
1 parent 8c549ac commit c4a48e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nativescript-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "0.10.3"
},
"devDependencies": {
"typescript": "~2.2.1",
"typescript": "~2.1.1",
"tslint": "~4.0.1",
"codelyzer": "~2.0.0",
"tns-core-modules": ">=2.5.0 || >=2.5.0-2016",
Expand Down
4 changes: 2 additions & 2 deletions ng-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@angular/router": "4.0.0-rc.5",
"nativescript-angular": "file:../nativescript-angular",
"rxjs": "~5.0.1",
"tns-core-modules": "~2.5.0"
"tns-core-modules": "~2.5.0",
"zone.js": "~0.8.2"
},
"devDependencies": {
"zone.js": "~0.7.2",
"babel-traverse": "6.9.0",
"babel-types": "6.10.0",
"babylon": "6.8.1",
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"nativescript-angular": "internal-preview",
"nativescript-unit-test-runner": "^0.3.4",
"rxjs": "~5.0.1",
"zone.js": "^0.8.2",
"tns-core-modules": "~2.5.0"
},
"devDependencies": {
Expand All @@ -58,8 +59,7 @@
"socket.io": "1.4.8",
"socket.io-client": "1.4.8",
"typescript": "~2.1.0",
"wd": "0.4.0",
"zone.js": "^0.7.2"
"wd": "0.4.0"
},
"scripts": {
"updateTests": "grunt updateTests",
Expand Down

0 comments on commit c4a48e7

Please sign in to comment.