Skip to content

Commit e5d6956

Browse files
committed
Fix formatting of funding and files fields in package.json
1 parent 0a0c0a2 commit e5d6956

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.47",
44
"description": "The core of the Edge-first Stack",
55
"license": "MIT",
6-
"funding": [
7-
"https://github.com/sponsors/sergiodxa"
8-
],
6+
"funding": ["https://github.com/sponsors/sergiodxa"],
97
"author": {
108
"name": "Sergio Xalambrí",
119
"email": "hello+oss@sergiodxa.com",
@@ -31,11 +29,7 @@
3129
"engines": {
3230
"node": ">=20.0.0"
3331
},
34-
"files": [
35-
"build",
36-
"package.json",
37-
"README.md"
38-
],
32+
"files": ["build", "package.json", "README.md"],
3933
"exports": {
4034
".": "./build/index.js",
4135
"./worker": "./build/worker.js",

0 commit comments

Comments
 (0)