Skip to content

Commit

Permalink
0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Nov 3, 2024
1 parent 0a87568 commit e958671
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "edgekitjs",
"version": "0.0.43",
"version": "0.0.44",
"description": "The core of the Edge-first Stack",
"license": "MIT",
"funding": ["https://github.com/sponsors/sergiodxa"],
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"author": {
"name": "Sergio Xalambrí",
"email": "[email protected]",
Expand All @@ -29,7 +31,11 @@
"engines": {
"node": ">=20.0.0"
},
"files": ["build", "package.json", "README.md"],
"files": [
"build",
"package.json",
"README.md"
],
"exports": {
".": "./build/index.js",
"./worker": "./build/worker.js",
Expand Down

0 comments on commit e958671

Please sign in to comment.