mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #1205 from NativeScript/hdeshev/tslint
Upgrade tslint to latest version.
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shelljs": "0.5.3",
|
|
||||||
"chai": "3.2.0",
|
"chai": "3.2.0",
|
||||||
"grunt": "0.4.5",
|
"grunt": "0.4.5",
|
||||||
"grunt-contrib-clean": "0.6.0",
|
"grunt-contrib-clean": "0.6.0",
|
||||||
@@ -27,11 +26,12 @@
|
|||||||
"grunt-shell": "1.1.2",
|
"grunt-shell": "1.1.2",
|
||||||
"grunt-simple-mocha": "0.4.0",
|
"grunt-simple-mocha": "0.4.0",
|
||||||
"grunt-ts": "5.0.0-beta.5",
|
"grunt-ts": "5.0.0-beta.5",
|
||||||
"grunt-tslint": "2.5.0",
|
|
||||||
"tslint": "2.5.1",
|
|
||||||
"grunt-typedoc": "0.2.3",
|
"grunt-typedoc": "0.2.3",
|
||||||
"grunt-untar": "0.0.1",
|
"grunt-untar": "0.0.1",
|
||||||
"mocha": "2.2.5",
|
"mocha": "2.2.5",
|
||||||
|
"shelljs": "0.5.3",
|
||||||
|
"grunt-tslint": "3.0.0",
|
||||||
|
"tslint": "3.1.1",
|
||||||
"typescript": "1.7.3"
|
"typescript": "1.7.3"
|
||||||
},
|
},
|
||||||
"typings": "tns-core-modules.d.ts"
|
"typings": "tns-core-modules.d.ts"
|
||||||
|
|||||||
Reference in New Issue
Block a user