aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json
index 8c8f434b..d37da1dd 100644
--- a/js/package.json
+++ b/js/package.json
@@ -9,10 +9,11 @@
"jasmine": "~2.4.1"
},
"devDependencies": {
- "google-closure-compiler": "~20151216.2.0"
+ "google-closure-compiler": "~20151216.2.0",
+ "glob": "~6.0.4"
},
"scripts": {
- "test": "./node_modules/gulp/bin/gulp.js test"
+ "test": "./node_modules/gulp/bin/gulp.js test_closure"
},
"repository": {
"type": "git",