Skip to content

Commit 04c8bfb

Browse files
authored
Merge pull request #184 from honey32/fix/24-0720-format
style: format
2 parents d860d04 + a553958 commit 04c8bfb

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"directories": {
1010
"test": "tests"
1111
},
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"prepare": "npm-run-all -s setup:*",
1715
"setup:simple-git-hooks": "simple-git-hooks",
@@ -26,20 +24,12 @@
2624
"docs:search-console": "node ./scripts/copy.mjs --source docs/google5875bd5a5c911fdb.html --outDir dist-doc",
2725
"prepack": "npm-run-all -s check build"
2826
},
29-
"browserslist": [
30-
"> 0.5% and not dead",
31-
"IE 11"
32-
],
27+
"browserslist": ["> 0.5% and not dead", "IE 11"],
3328
"simple-git-hooks": {
3429
"commit-msg": "npx commitlint -e",
3530
"pre-push": "npm run lint && npm run check"
3631
},
37-
"keywords": [
38-
"nextjs",
39-
"url",
40-
"utilities",
41-
"utils"
42-
],
32+
"keywords": ["nextjs", "url", "utilities", "utils"],
4333
"author": "honey32",
4434
"license": "MIT",
4535
"repository": {

0 commit comments

Comments
 (0)