aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-04 10:29:27 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commite9f31ee3d7cf7c0f370607e54dbea01ba7240a77 (patch)
tree67eb860493c5e1c3d9aaa51386f484dd3eefe493 /js/package.json
parent55cc3aa987159bcdb491550d864115c1e8daeebb (diff)
CommonJS tests are now passing.
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",