mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Upgrade to TypeScript 2.1, and latest grunt-ts.
Conflicts: package.json tests/app/ui/animation/animation-tests.ts tns-core-modules/lib.core.d.ts tns-core-modules/ui/animation/animation-common.ts
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"grunt-exec": "1.0.1",
|
||||
"grunt-mkdir": "1.0.0",
|
||||
"grunt-shell": "2.1.0",
|
||||
"grunt-ts": "6.0.0-beta.11",
|
||||
"grunt-simple-mocha": "0.4.1",
|
||||
"grunt-typedoc": "0.2.4",
|
||||
"http-server": "^0.9.0",
|
||||
@@ -27,7 +28,7 @@
|
||||
"time-grunt": "1.3.0",
|
||||
"tslint": "^4.4.2",
|
||||
"typedoc": "0.4.5",
|
||||
"typescript": "^2.0.10"
|
||||
"typescript": "~2.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
||||
|
||||
Reference in New Issue
Block a user