diff --git a/package.json b/package.json index 65af5a2c..b9cf432a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "test:browser_remote": "npm run test:bundle && zuul -- tests/browser.js", "gulp": "gulp", "lint": "eslint .", - "version": "gulp stable-release && git add -A dist lib/version.js", + "version": "gulp release && git add -A dist lib/version.js", "postversion": "npm publish", "postpublish": "git push origin --all && git push origin --tags" }