We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baab33 commit cab3589Copy full SHA for cab3589
package.json
@@ -65,9 +65,8 @@
65
"eslint-config-standard": "^5.1.0",
66
"eslint-plugin-promise": "^1.1.0",
67
"eslint-plugin-standard": "^1.3.2",
68
- "grunt": "0.4.5",
69
- "grunt-cli": "1.1.0",
70
- "grunt-mocha-test": "*",
+ "grunt": "^1.0.0",
+ "grunt-mocha-test": "^0.12.7",
71
"gruntify-eslint": "^2.0.0",
72
"mocha": "^2.4.5",
73
"sandboxed-module": "^2.0.3",
@@ -90,6 +89,7 @@
90
89
"install": "node-pre-gyp install --fallback-to-build",
91
"rebuild": "npm rebuild && node-pre-gyp rebuild",
92
"stress": "mocha --no-timeouts test/arduinoTest/stress.js",
+ "grunt": "grunt",
93
"test": "grunt --verbose"
94
},
95
"gypfile": true
0 commit comments