diff --git a/package-lock.json b/package-lock.json index a112e32..cb475b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "version": "0.1.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@types/probe-image-size": "^7.0.0", "chalk": "^4.1.1", diff --git a/package.json b/package.json index 11fc717..326bf61 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,11 @@ "height" ], "author": "PaperStrike", - "license": "ISC", + "license": "MIT", + "files": [ + "*.config.*", + ".eslintrc.*" + ], "engines": { "hexo": "^5.0.0", "node": "^14.15.0 || >=15.0.0"