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