Skip to content

Commit

Permalink
Keep the gh-pages branch in sync with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Dec 27, 2015
1 parent 69230f8 commit ec09caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"build": "uglifyjs js/canvas-to-blob.js -c -m > js/canvas-to-blob.min.js",
"preversion": "npm test",
"version": "npm run build && git add -A js",
"postversion": "git push origin master --tags && npm publish"
"postversion": "git push --tags origin master master:gh-pages && npm publish"
},
"jshintConfig": {
"bitwise": true,
Expand Down

0 comments on commit ec09caa

Please sign in to comment.