Skip to content

Commit 43696d6

Browse files
author
Mihail Slavchev
authored
Merge branch 'release' into slavchev/fix-issue-2395
2 parents 9f60757 + e74e77b commit 43696d6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "2.6.0",
4+
"version": "2.4.2",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {
@@ -88,15 +88,15 @@
8888
"grunt-contrib-copy": "1.0.0",
8989
"grunt-contrib-watch": "1.0.0",
9090
"grunt-shell": "1.3.0",
91-
"grunt-ts": "6.0.0-beta.3",
91+
"grunt-ts": "6.0.0-beta.6",
9292
"grunt-tslint": "3.3.0",
9393
"istanbul": "0.4.5",
9494
"mocha": "3.1.2",
9595
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
9696
"mocha-typescript": "^1.0.4",
9797
"should": "7.0.2",
9898
"tslint": "3.15.1",
99-
"typescript": "2.0.7"
99+
"typescript": "2.1.4"
100100
},
101101
"license": "Apache-2.0",
102102
"engines": {

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"declaration": false,
77
"removeComments": false,
88
"noImplicitAny": true,
9-
"experimentalDecorators": true
9+
"experimentalDecorators": true,
10+
"alwaysStrict": true
1011
},
1112
"exclude": [
1213
"node_modules",

0 commit comments

Comments
 (0)