Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jensen committed Jan 15, 2025
1 parent 7ee6512 commit 6a3b3c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"sideEffects": false,
"name": "@nichtsam/remix-auth-discord",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"keywords": [
"remix",
Expand All @@ -18,7 +18,11 @@
"quality": "biome check .",
"quality:fix": "biome check . --write --unsafe"
},
"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 6a3b3c0

Please sign in to comment.