From d4315ca3488b85b2e1a118bfbdd217db0292b9f6 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 22 Dec 2015 11:20:44 -0800 Subject: Fixed version number and testing command. --- js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/package.json') 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", -- cgit v1.2.3