Skip to content

Commit

Permalink
Remove reference to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Dec 16, 2020
1 parent 7b62236 commit a2244ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "build/index.js",
"scripts": {
"compile": "tsc",
"postversion": "git push --tags && git push origin master",
"postversion": "git push --tags && git push origin main",
"version": "yarn run build && auto-changelog -p && git add CHANGELOG.md",
"build": "webpack --mode production && cp build/temba-components*.js build/index.js",
"build:esm": "tsc --downlevelIteration --module es2015 --target es5 --outDir test",
Expand Down

0 comments on commit a2244ec

Please sign in to comment.