diff --git a/package.json b/package.json index 6ec16ef..61e4806 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"