diff --git a/package.json b/package.json index 96df837..c1bf359 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,8 @@ "version": "3.2.1", "description": "A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.", "license": "MIT", - "funding": [ - "https://github.com/sponsors/sergiodxa" - ], - "keywords": [ - "remix", - "remix-auth", - "auth", - "authentication", - "strategy" - ], + "funding": ["https://github.com/sponsors/sergiodxa"], + "keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"], "author": { "name": "Sergio Xalambrí", "email": "hello+oss@sergiodxa.com", @@ -38,11 +30,7 @@ "engines": { "node": "^20.0.0 || >=20.0.0" }, - "files": [ - "build", - "package.json", - "README.md" - ], + "files": ["build", "package.json", "README.md"], "exports": { ".": "./build/index.js", "./package.json": "./package.json"