aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-02 15:54:59 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-02 15:54:59 -0800
commit5394fdb6419cb138397e9612a79dc931349ddb81 (patch)
tree03155d54ac856e7b8e612c8d1b0307c9cb523b74 /js/package.json
parent287a095c87d2c188a6869a1e8addcc5d7ab18958 (diff)
Enable JavaScript tests for binary parse/serialize.
These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index 316be316..be93286f 100644
--- a/js/package.json
+++ b/js/package.json
@@ -4,7 +4,7 @@
"description": "Protocol Buffers for JavaScript",
"main": "debug.js",
"dependencies": {
- "google-closure-library": "~20151015.0.0",
+ "google-closure-library": "~20160125.0.0",
"gulp": "~3.9.0",
"jasmine": "~2.4.1"
},