Skip to content

Commit

Permalink
try to make npm test and npm build compatible with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Feb 4, 2015
1 parent bcfccd9 commit 64f281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "APP_DESCRIPTION",
"main": "index.js",
"scripts": {
"test": "node_modules/gulp-cli/bin/gulp.js",
"build": "node_modules/gulp-cli/bin/gulp.js build"
"test": "node ./node_modules/gulp-cli/bin/gulp.js",
"build": "node ./node_modules/gulp-cli/bin/gulp.js build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 64f281a

Please sign in to comment.