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 9e19697 commit e3a73a5Copy full SHA for e3a73a5
package.json
@@ -23,7 +23,7 @@
23
"prebuild": "npm run clean:lib",
24
"docs": "npm run clean:docs && npm run build:docs && cpy docs/favicon.ico public/",
25
"deploy": "npm run docs && gh-pages -d public",
26
- "postpublish": "git push origin master --follow-tags",
+ "postpublish": "git push origin main --follow-tags",
27
"minor": "npm version minor && npm publish",
28
"major": "npm version major && npm publish",
29
"patch": "npm version patch && npm publish"
0 commit comments