Fixed version number and testing command.

This commit is contained in:
Josh Haberman 2015-12-22 11:20:44 -08:00
parent e9cf31e68b
commit d4315ca348

View file

@ -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",