Skip to content

Commit ec09caa

Browse files
committed
Keep the gh-pages branch in sync with master.
1 parent 69230f8 commit ec09caa

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
@@ -31,7 +31,7 @@
3131
"build": "uglifyjs js/canvas-to-blob.js -c -m > js/canvas-to-blob.min.js",
3232
"preversion": "npm test",
3333
"version": "npm run build && git add -A js",
34-
"postversion": "git push origin master --tags && npm publish"
34+
"postversion": "git push --tags origin master master:gh-pages && npm publish"
3535
},
3636
"jshintConfig": {
3737
"bitwise": true,

0 commit comments

Comments
 (0)