chore: update license in package.json

This commit is contained in:
XPoet 2023-01-10 17:34:27 +08:00
parent 1e4cd5b00f
commit 7097a33021
1 changed files with 2 additions and 3 deletions

View File

@ -4,11 +4,10 @@
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"npm:publish": "npm publish",
"format": "prettier --write ./source/js/*.js ./scripts",
"lint:style": "stylelint --fix ./source/css",
"git:push": "git push --tag && git push -u origin dev",
"git:add": "npm run lint:style && git add ."
"git:add": "npm run format && npm run lint:style && git add ."
},
"repository": {
"type": "git",
@ -24,7 +23,7 @@
"powerful"
],
"author": "XPoet",
"license": "GPL-3.0",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
},