Skip to content

Commit d50ca79

Browse files
committed
chore: rename branch to main
1 parent 33b92ea commit d50ca79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dev": "concurrently \"npm run watch:tailwind\" \"npm run watch:dev\"",
2121
"build": "npm run build:tailwind && webpack --mode production",
2222
"build:firefox": "npm run build:tailwind && webpack --mode production --build-browser firefox && cp dist/tailwind.css dist-firefox/tailwind.css",
23-
"release": "standard-version && git push --follow-tags origin master"
23+
"release": "standard-version && git push --follow-tags origin main"
2424
},
2525
"dependencies": {
2626
"@babel/polyfill": "^7.8.7",

0 commit comments

Comments
 (0)