Skip to content

Commit

Permalink
Use node executable for local grunt bin for Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jul 9, 2017
1 parent f6cbb63 commit 7c5242f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "./bin/grunt test",
"test-tap": "./bin/grunt test:tap"
"test": "node bin/grunt test",
"test-tap": "node bin/grunt test:tap"
},
"main": "lib/grunt",
"bin": {
Expand Down

0 comments on commit 7c5242f

Please sign in to comment.