Skip to content

Commit 20706b9

Browse files
committed
Simplify package.json formatting for files and funding sections
1 parent a50d4bd commit 20706b9

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,8 @@
3333
"engines": {
3434
"node": ">=20.0.0"
3535
},
36-
"files": [
37-
"build",
38-
"package.json",
39-
"README.md"
40-
],
41-
"funding": [
42-
"https://github.com/sponsors/sergiodxa"
43-
],
36+
"files": ["build", "package.json", "README.md"],
37+
"funding": ["https://github.com/sponsors/sergiodxa"],
4438
"homepage": "https://edgefirst-dev.github.io/api-client",
4539
"license": "MIT",
4640
"scripts": {

0 commit comments

Comments
 (0)