Skip to content

Commit 9a06f4c

Browse files
committed
Upgrade grunt, fix missing grunt-contrib-copy dependency.
1 parent f680679 commit 9a06f4c

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

build/tslint.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"no-consecutive-blank-lines": true,
1111
"no-construct": true,
1212
"no-debugger": true,
13-
"no-duplicate-key": true,
1413
"triple-equals": [true, "allow-null-check"],
1514
"variable-name": [false, "allow-leading-underscore"],
1615
"no-empty": true,
@@ -21,7 +20,6 @@
2120
"no-bitwise": false,
2221
"no-string-literal": false,
2322
"no-trailing-whitespace": false,
24-
"no-unreachable": false,
2523
"no-unused-expression": true,
2624
"no-use-before-declare": false,
2725
"no-var-requires": false,
@@ -47,10 +45,6 @@
4745
"catchClause",
4846
"indexSignature"
4947
],
50-
"use-strict": [false,
51-
"check-module",
52-
"check-function"
53-
],
5448
"whitespace": [false,
5549
"check-branch",
5650
"check-decl",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"devDependencies": {
1111
"chai": "3.2.0",
1212
"concurrently": "^2.1.0",
13-
"grunt": "0.4.5",
14-
"grunt-contrib-clean": "0.6.0",
15-
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
13+
"grunt": "1.0.1",
14+
"grunt-contrib-clean": "1.0.0",
15+
"grunt-contrib-copy": "git+https://github.com/NativeScript/grunt-contrib-copy.git#master",
1616
"grunt-env": "0.4.4",
17-
"grunt-exec": "0.4.6",
18-
"grunt-mkdir": "0.1.2",
17+
"grunt-exec": "1.0.1",
18+
"grunt-mkdir": "1.0.0",
1919
"grunt-multi-dest": "1.0.0",
20-
"grunt-shell": "1.1.2",
21-
"grunt-simple-mocha": "0.4.0",
20+
"grunt-shell": "2.1.0",
21+
"grunt-simple-mocha": "0.4.1",
2222
"grunt-ts": "5.3.2",
23-
"grunt-tslint": "3.0.3",
23+
"grunt-tslint": "4.0.0",
2424
"grunt-typedoc": "0.2.4",
2525
"grunt-untar": "0.0.1",
2626
"http-server": "^0.9.0",
@@ -29,7 +29,7 @@
2929
"nativescript-typedoc-theme": "0.0.7",
3030
"shelljs": "^0.7.0",
3131
"time-grunt": "1.3.0",
32-
"tslint": "^3.15.1",
32+
"tslint": "^4.4.2",
3333
"typedoc": "0.4.5",
3434
"typescript": "~2.0.10"
3535
},

0 commit comments

Comments
 (0)