Skip to content

Commit 57eaaba

Browse files
committed
Keep the gh-pages branch in sync with master.
1 parent 68b8e73 commit 57eaaba

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
@@ -34,7 +34,7 @@
3434
"build": "uglifyjs js/md5.js -c -m > js/md5.min.js",
3535
"preversion": "npm test",
3636
"version": "npm run build && git add -A js",
37-
"postversion": "git push origin master --tags && npm publish"
37+
"postversion": "git push --tags origin master master:gh-pages && npm publish"
3838
},
3939
"main": "js/md5.js",
4040
"jshintConfig": {

0 commit comments

Comments
 (0)