Skip to content

Commit

Permalink
Fix version gulp target
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jan 23, 2017
1 parent 3e8e3b6 commit aba5fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit aba5fe0

Please sign in to comment.