Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Sep 5, 2024
1 parent f930e0e commit f7bb74e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.3",
"description": "An implementation of @mjackson/file-storage that uses R2 as the storage backend.",
"license": "MIT",
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"funding": ["https://github.com/sponsors/sergiodxa"],
"author": {
"name": "Sergio Xalambrí",
"email": "hello+oss@sergiodxa.com",
Expand All @@ -31,11 +29,7 @@
"engines": {
"node": ">=20.0.0"
},
"files": [
"build",
"package.json",
"README.md"
],
"files": ["build", "package.json", "README.md"],
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit f7bb74e

Please sign in to comment.