chore: update package.json

This commit is contained in:
XPoet 2021-12-04 17:44:21 +08:00
parent 7406b65bd2
commit cec8fbad84
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"release": "git push --tag && git push -u origin master",
"release": "git push --tag && git push -u origin dev",
"publish": "npm publish"
},
"repository": {
@ -21,7 +21,7 @@
"powerful"
],
"author": "XPoet",
"license": "MIT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
},