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 506d65e commit d4654f4Copy full SHA for d4654f4
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "edgekitjs",
3
- "version": "0.0.49",
+ "version": "0.0.50",
4
"description": "The core of the Edge-first Stack",
5
"license": "MIT",
6
- "funding": ["https://github.com/sponsors/sergiodxa"],
+ "funding": [
7
+ "https://github.com/sponsors/sergiodxa"
8
+ ],
9
"author": {
10
"name": "Sergio Xalambrí",
11
"email": "hello+oss@sergiodxa.com",
@@ -29,7 +31,11 @@
29
31
"engines": {
30
32
"node": ">=20.0.0"
33
},
- "files": ["build", "package.json", "README.md"],
34
+ "files": [
35
+ "build",
36
+ "package.json",
37
+ "README.md"
38
39
"exports": {
40
".": "./build/index.js",
41
"./worker": "./build/worker.js",
0 commit comments