aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-06-23 15:14:49 -0700
committerGitHub <noreply@github.com>2016-06-23 15:14:49 -0700
commit0ab78e19eb56fb992105eba034f3b63fd67b4ae5 (patch)
tree3dce929082a3f2a14d8a54b2c77919bb8d81c2c5
parent6f67be6f3750c76fad6f2cb24278279fdab2123c (diff)
parent6a6f95d5229efe8a03f401aa701ba293c28ad1b0 (diff)
downloadprotobuf-0ab78e19eb56fb992105eba034f3b63fd67b4ae5.tar.gz
protobuf-0ab78e19eb56fb992105eba034f3b63fd67b4ae5.tar.bz2
protobuf-0ab78e19eb56fb992105eba034f3b63fd67b4ae5.zip
Merge pull request #1705 from haberman/revjsver
Updates to package.json: rev version, add WKT, and recateogrize dependencies
-rw-r--r--js/package.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/js/package.json b/js/package.json
index ae05722a..657b08bd 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,17 +1,19 @@
{
"name": "google-protobuf",
- "version": "3.0.0-alpha.6",
+ "version": "3.0.0-alpha.6.2",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
- "dependencies": {
+ "files": [
+ "google"
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "glob": "~6.0.4",
+ "google-closure-compiler": "~20160619.0.0",
"google-closure-library": "~20160125.0.0",
"gulp": "~3.9.0",
"jasmine": "~2.4.1"
},
- "devDependencies": {
- "google-closure-compiler": "~20151216.2.0",
- "glob": "~6.0.4"
- },
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js test"
},
@@ -19,6 +21,6 @@
"type": "git",
"url": "https://github.com/google/protobuf/tree/master/js"
},
- "author": "",
+ "author": "Google Protocol Buffers Team",
"license": "Apache-2.0"
}