Skip to content

Commit b021e5b

Browse files
committed
postpublish replace master by main
1 parent 207318d commit b021e5b

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
@@ -9,7 +9,7 @@
99
"lint-fix": "eslint '*.js' --fix",
1010
"test": "npm run lint",
1111
"prepublishOnly": "npm test",
12-
"postpublish": "git push origin master --follow-tags"
12+
"postpublish": "git push origin main --follow-tags"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)