Skip to content

Commit a9f18e5

Browse files
committed
fix: Change from master to main in package.json
1 parent b046bd3 commit a9f18e5

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

demo/package-lock.json

Lines changed: 0 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"demo:build": "cd demo && npm run build",
1717
"demo:publish": "cp ./demo/dist/index.html ./demo/dist/200.html && surge ./demo/dist https://vue-vlibras.surge.sh/",
1818
"release": "standard-version",
19-
"project:publish": "git push --tags origin master && npm run build && npm publish --access public"
19+
"project:publish": "git push --tags origin main && npm run build && npm publish --access public"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)