We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0c0a2 commit e5d6956Copy full SHA for e5d6956
package.json
@@ -3,9 +3,7 @@
3
"version": "0.0.47",
4
"description": "The core of the Edge-first Stack",
5
"license": "MIT",
6
- "funding": [
7
- "https://github.com/sponsors/sergiodxa"
8
- ],
+ "funding": ["https://github.com/sponsors/sergiodxa"],
9
"author": {
10
"name": "Sergio Xalambrí",
11
"email": "hello+oss@sergiodxa.com",
@@ -31,11 +29,7 @@
31
29
"engines": {
32
30
"node": ">=20.0.0"
33
},
34
- "files": [
35
- "build",
36
- "package.json",
37
- "README.md"
38
+ "files": ["build", "package.json", "README.md"],
39
"exports": {
40
".": "./build/index.js",
41
"./worker": "./build/worker.js",
0 commit comments