Skip to content

Commit c79ce8f

Browse files
committed
0.0.40
1 parent 47319a3 commit c79ce8f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@edgefirst-dev/core",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "The core of the Edge-first Stack",
55
"license": "MIT",
6-
"funding": ["https://github.com/sponsors/sergiodxa"],
6+
"funding": [
7+
"https://github.com/sponsors/sergiodxa"
8+
],
79
"author": {
810
"name": "Sergio Xalambrí",
911
"email": "[email protected]",
@@ -29,7 +31,11 @@
2931
"engines": {
3032
"node": ">=20.0.0"
3133
},
32-
"files": ["build", "package.json", "README.md"],
34+
"files": [
35+
"build",
36+
"package.json",
37+
"README.md"
38+
],
3339
"exports": {
3440
".": "./build/index.js",
3541
"./worker": "./build/worker.js",

0 commit comments

Comments
 (0)