Upgrade grunt, fix missing grunt-contrib-copy dependency.

This commit is contained in:
Hristo Deshev
2017-02-06 16:04:46 +02:00
parent f5d585a7fe
commit 0e84dc19ba
2 changed files with 9 additions and 15 deletions

View File

@@ -10,7 +10,6 @@
"no-consecutive-blank-lines": true,
"no-construct": true,
"no-debugger": true,
"no-duplicate-key": true,
"triple-equals": [true, "allow-null-check"],
"variable-name": [false, "allow-leading-underscore"],
"no-empty": true,
@@ -21,7 +20,6 @@
"no-bitwise": false,
"no-string-literal": false,
"no-trailing-whitespace": false,
"no-unreachable": false,
"no-unused-expression": true,
"no-use-before-declare": false,
"no-var-requires": false,
@@ -47,10 +45,6 @@
"catchClause",
"indexSignature"
],
"use-strict": [false,
"check-module",
"check-function"
],
"whitespace": [false,
"check-branch",
"check-decl",