aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorGravatar Nikolai Vavilov <vvnicholas@gmail.com>2016-04-15 23:23:33 +0200
committerGravatar Nikolai Vavilov <vvnicholas@gmail.com>2016-04-16 00:30:59 +0300
commit7ff229fa4e7774ee7fa86965fc943c19ace575c3 (patch)
tree3e27c7ff8b6f819fb1a9c320caa12c7cf8bb1987 /js/package.json
parent814685ca2cd9280ca401e1842fd6311440921a0a (diff)
Support Windows in gulpfile.js
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index 6418e507..c16417ca 100644
--- a/js/package.json
+++ b/js/package.json
@@ -13,7 +13,7 @@
"glob": "~6.0.4"
},
"scripts": {
- "test": "./node_modules/gulp/bin/gulp.js test"
+ "test": "node ./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",