Skip to content

Commit

Permalink
chore: fix package.json styling
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-vd committed Dec 6, 2024
1 parent c6d3fff commit 1faa516
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.5",
"description": "A collection of authentication strategies for Remix Auth, designed to simplify the integration of various OAuth2 providers.",
"license": "MIT",
"funding": [
"https://github.com/sponsors/paul-vd"
],
"funding": ["https://github.com/sponsors/paul-vd"],
"author": {
"name": "Paul van Dyk",
"email": "paul@vandyk.fr",
Expand All @@ -26,13 +24,7 @@
"npm": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"remix",
"remix-auth",
"auth",
"authentication",
"strategy"
],
"keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand All @@ -45,11 +37,7 @@
"engines": {
"node": ">=20.0.0"
},
"files": [
"build",
"package.json",
"README.md"
],
"files": ["build", "package.json", "README.md"],
"exports": {
"./azure": "./build/azure.js",
"./auth0": "./build/auth0.js",
Expand Down

0 comments on commit 1faa516

Please sign in to comment.