feat: improve package.json sorting

This commit is contained in:
Anthony Fu
2022-05-25 07:02:45 +08:00
parent 761a0ce4ee
commit 001de3b060
8 changed files with 47 additions and 41 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@antfu/eslint-config",
"version": "0.24.1",
"description": "",
"keywords": [],
"license": "MIT",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"main": "index.js",
"files": [
"index.js"
@@ -31,8 +32,5 @@
},
"devDependencies": {
"eslint": "^8.16.0"
},
"publishConfig": {
"access": "public"
}
}