We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69230f8 commit ec09caaCopy full SHA for ec09caa
package.json
@@ -31,7 +31,7 @@
31
"build": "uglifyjs js/canvas-to-blob.js -c -m > js/canvas-to-blob.min.js",
32
"preversion": "npm test",
33
"version": "npm run build && git add -A js",
34
- "postversion": "git push origin master --tags && npm publish"
+ "postversion": "git push --tags origin master master:gh-pages && npm publish"
35
},
36
"jshintConfig": {
37
"bitwise": true,
0 commit comments