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:
Hristo Deshev
2017-02-08 14:23:49 +02:00
parent 65c3ad59a7
commit 3056ce51c2
24 changed files with 84 additions and 4453 deletions

View File

@@ -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",