aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-04-13 11:11:03 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-04-13 11:11:03 -0700
commita139e723ad8857768bafde6a9abbb35b3ac40395 (patch)
tree01df2228fd0468b2a15c513dd0adbf29811cc8be
parent814685ca2cd9280ca401e1842fd6311440921a0a (diff)
downloadprotobuf-package-json.tar.gz
protobuf-package-json.tar.bz2
protobuf-package-json.zip
Modified NPM package to make all dependencies dev dependencies.package-json
-rw-r--r--js/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/package.json b/js/package.json
index 6418e507..0b35ea3f 100644
--- a/js/package.json
+++ b/js/package.json
@@ -4,13 +4,13 @@
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"dependencies": {
- "google-closure-library": "~20160125.0.0",
- "gulp": "~3.9.0",
- "jasmine": "~2.4.1"
},
"devDependencies": {
+ "glob": "~6.0.4",
"google-closure-compiler": "~20151216.2.0",
- "glob": "~6.0.4"
+ "google-closure-library": "~20160125.0.0",
+ "gulp": "~3.9.0",
+ "jasmine": "~2.4.1"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"