Skip to content

Commit aba5fe0

Browse files
committed
Fix version gulp target
1 parent 3e8e3b6 commit aba5fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"test:browser_remote": "npm run test:bundle && zuul -- tests/browser.js",
7171
"gulp": "gulp",
7272
"lint": "eslint .",
73-
"version": "gulp stable-release && git add -A dist lib/version.js",
73+
"version": "gulp release && git add -A dist lib/version.js",
7474
"postversion": "npm publish",
7575
"postpublish": "git push origin --all && git push origin --tags"
7676
}

0 commit comments

Comments
 (0)