Skip to content

Commit cab3589

Browse files
committed
Upgrade grunt to squash warnings and reduce packages (#766)
1 parent 2baab33 commit cab3589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
"eslint-config-standard": "^5.1.0",
6666
"eslint-plugin-promise": "^1.1.0",
6767
"eslint-plugin-standard": "^1.3.2",
68-
"grunt": "0.4.5",
69-
"grunt-cli": "1.1.0",
70-
"grunt-mocha-test": "*",
68+
"grunt": "^1.0.0",
69+
"grunt-mocha-test": "^0.12.7",
7170
"gruntify-eslint": "^2.0.0",
7271
"mocha": "^2.4.5",
7372
"sandboxed-module": "^2.0.3",
@@ -90,6 +89,7 @@
9089
"install": "node-pre-gyp install --fallback-to-build",
9190
"rebuild": "npm rebuild && node-pre-gyp rebuild",
9291
"stress": "mocha --no-timeouts test/arduinoTest/stress.js",
92+
"grunt": "grunt",
9393
"test": "grunt --verbose"
9494
},
9595
"gypfile": true

0 commit comments

Comments
 (0)