From 7097a330212b55007d0045218d43c16f3f11f24d Mon Sep 17 00:00:00 2001 From: XPoet Date: Tue, 10 Jan 2023 17:34:27 +0800 Subject: [PATCH] chore: update license in package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 50ecffa..b2cab6a 100644 --- a/package.json +++ b/package.json @@ -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" },