Skip to content

Commit 84acb9e

Browse files
committed
chore(package): streamline package.json formatting by consolidating keywords and files arrays for improved readability
1 parent 30c531b commit 84acb9e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

primitives/utils/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"url": "https://github.com/Ohh-889"
1010
},
1111
"license": "MIT",
12-
"keywords": [
13-
"utils"
14-
],
12+
"keywords": ["utils"],
1513
"publishConfig": {
1614
"registry": "https://registry.npmjs.org/",
1715
"main": "./dist/index.js",
@@ -33,10 +31,7 @@
3331
"main": "./src/index.ts",
3432
"module": "./src/index.ts",
3533
"types": "./src/index.ts",
36-
"files": [
37-
"dist",
38-
"README.md"
39-
],
34+
"files": ["dist", "README.md"],
4035
"scripts": {
4136
"build": "tsdown"
4237
},

0 commit comments

Comments
 (0)