diff --git a/package.json b/package.json index ef7c4e2..2aa13bc 100644 --- a/package.json +++ b/package.json @@ -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" },