Skip to content

Commit b7e145b

Browse files
committed
Fix formatting in package.json for consistency in files and funding sections
1 parent 539f6a7 commit b7e145b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,8 @@
3333
"engines": {
3434
"node": ">=20.0.0"
3535
},
36-
"files": [
37-
"build",
38-
"src",
39-
"package.json",
40-
"README.md"
41-
],
42-
"funding": [
43-
"https://github.com/sponsors/sergiodxa"
44-
],
36+
"files": ["build", "src", "package.json", "README.md"],
37+
"funding": ["https://github.com/sponsors/sergiodxa"],
4538
"homepage": "https://github.com/sergiodxa/remix-auth",
4639
"license": "MIT",
4740
"scripts": {

0 commit comments

Comments
 (0)