aboutsummaryrefslogtreecommitdiff
path: root/js/package.json
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-04-19 23:42:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2016-04-19 23:42:06 -0700
commit36978c39388e4dedc7d6ee88aa38b81bcee50ced (patch)
tree4205b67cda1b3372276a591714efca78f0e69a0a /js/package.json
parent1dc81948f50f74d441a37ad189e294878ca3f360 (diff)
parent7ff229fa4e7774ee7fa86965fc943c19ace575c3 (diff)
downloadprotobuf-36978c39388e4dedc7d6ee88aa38b81bcee50ced.tar.gz
protobuf-36978c39388e4dedc7d6ee88aa38b81bcee50ced.tar.bz2
protobuf-36978c39388e4dedc7d6ee88aa38b81bcee50ced.zip
Merge pull request #1417 from seishun/windows2
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",