aboutsummaryrefslogtreecommitdiff
path: root/js/package.json
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-12-22 11:20:44 -0800
committerJosh Haberman <jhaberman@gmail.com>2015-12-22 11:20:44 -0800
commitd4315ca3488b85b2e1a118bfbdd217db0292b9f6 (patch)
tree906c595220e9ca0033c6741aa2b56cff671c86ad /js/package.json
parente9cf31e68b8c5c20b8d1155b01260aca4006cfd2 (diff)
downloadprotobuf-d4315ca3488b85b2e1a118bfbdd217db0292b9f6.tar.gz
protobuf-d4315ca3488b85b2e1a118bfbdd217db0292b9f6.tar.bz2
protobuf-d4315ca3488b85b2e1a118bfbdd217db0292b9f6.zip
Fixed version number and testing command.
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json
index 7e126cdb..316be316 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "google-protobuf",
- "version": "3.0.0-alpha.1",
+ "version": "3.0.0-alpha.5",
"description": "Protocol Buffers for JavaScript",
"main": "debug.js",
"dependencies": {
@@ -10,7 +10,7 @@
},
"devDependencies": {},
"scripts": {
- "test": "gulp test"
+ "test": "./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",