mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Upgrade grunt, fix missing grunt-contrib-copy dependency.
This commit is contained in:
@ -10,7 +10,6 @@
|
|||||||
"no-consecutive-blank-lines": true,
|
"no-consecutive-blank-lines": true,
|
||||||
"no-construct": true,
|
"no-construct": true,
|
||||||
"no-debugger": true,
|
"no-debugger": true,
|
||||||
"no-duplicate-key": true,
|
|
||||||
"triple-equals": [true, "allow-null-check"],
|
"triple-equals": [true, "allow-null-check"],
|
||||||
"variable-name": [false, "allow-leading-underscore"],
|
"variable-name": [false, "allow-leading-underscore"],
|
||||||
"no-empty": true,
|
"no-empty": true,
|
||||||
@ -21,7 +20,6 @@
|
|||||||
"no-bitwise": false,
|
"no-bitwise": false,
|
||||||
"no-string-literal": false,
|
"no-string-literal": false,
|
||||||
"no-trailing-whitespace": false,
|
"no-trailing-whitespace": false,
|
||||||
"no-unreachable": false,
|
|
||||||
"no-unused-expression": true,
|
"no-unused-expression": true,
|
||||||
"no-use-before-declare": false,
|
"no-use-before-declare": false,
|
||||||
"no-var-requires": false,
|
"no-var-requires": false,
|
||||||
@ -47,10 +45,6 @@
|
|||||||
"catchClause",
|
"catchClause",
|
||||||
"indexSignature"
|
"indexSignature"
|
||||||
],
|
],
|
||||||
"use-strict": [false,
|
|
||||||
"check-module",
|
|
||||||
"check-function"
|
|
||||||
],
|
|
||||||
"whitespace": [false,
|
"whitespace": [false,
|
||||||
"check-branch",
|
"check-branch",
|
||||||
"check-decl",
|
"check-decl",
|
||||||
|
18
package.json
18
package.json
@ -10,17 +10,17 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "3.2.0",
|
"chai": "3.2.0",
|
||||||
"concurrently": "^2.1.0",
|
"concurrently": "^2.1.0",
|
||||||
"grunt": "0.4.5",
|
"grunt": "1.0.1",
|
||||||
"grunt-contrib-clean": "0.6.0",
|
"grunt-contrib-clean": "1.0.0",
|
||||||
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
"grunt-contrib-copy": "git+https://github.com/NativeScript/grunt-contrib-copy.git#master",
|
||||||
"grunt-env": "0.4.4",
|
"grunt-env": "0.4.4",
|
||||||
"grunt-exec": "0.4.6",
|
"grunt-exec": "1.0.1",
|
||||||
"grunt-mkdir": "0.1.2",
|
"grunt-mkdir": "1.0.0",
|
||||||
"grunt-multi-dest": "1.0.0",
|
"grunt-multi-dest": "1.0.0",
|
||||||
"grunt-shell": "1.1.2",
|
"grunt-shell": "2.1.0",
|
||||||
"grunt-simple-mocha": "0.4.0",
|
"grunt-simple-mocha": "0.4.1",
|
||||||
"grunt-ts": "5.3.2",
|
"grunt-ts": "5.3.2",
|
||||||
"grunt-tslint": "3.0.3",
|
"grunt-tslint": "4.0.0",
|
||||||
"grunt-typedoc": "0.2.4",
|
"grunt-typedoc": "0.2.4",
|
||||||
"grunt-untar": "0.0.1",
|
"grunt-untar": "0.0.1",
|
||||||
"http-server": "^0.9.0",
|
"http-server": "^0.9.0",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"nativescript-typedoc-theme": "0.0.7",
|
"nativescript-typedoc-theme": "0.0.7",
|
||||||
"shelljs": "^0.7.0",
|
"shelljs": "^0.7.0",
|
||||||
"time-grunt": "1.3.0",
|
"time-grunt": "1.3.0",
|
||||||
"tslint": "^3.15.1",
|
"tslint": "^4.4.2",
|
||||||
"typedoc": "0.4.5",
|
"typedoc": "0.4.5",
|
||||||
"typescript": "^2.0.10"
|
"typescript": "^2.0.10"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user