From 7ff229fa4e7774ee7fa86965fc943c19ace575c3 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Fri, 15 Apr 2016 23:23:33 +0200 Subject: Support Windows in gulpfile.js --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/package.json') 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", -- cgit v1.2.3