Skip to content

Commit 7fac076

Browse files
committed
♻️ refactor: streamline formatting of the files array in package.json
1 parent 2d1eb69 commit 7fac076

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/node/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"rest",
2323
"client"
2424
],
25-
"files": [
26-
"dist",
27-
"README.md",
28-
"src/protos"
29-
],
25+
"files": ["dist", "README.md", "src/protos"],
3026
"main": "dist/index.js",
3127
"module": "dist/index.mjs",
3228
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)