Skip to content

Commit 3ace34d

Browse files
committed
0.0.1
1 parent d894354 commit 3ace34d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "remix-auth-openauth",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A Remix Auth strategy to use with an OpenAuth.js issuer",
55
"license": "MIT",
6-
"funding": ["https://github.com/sponsors/sergiodxa"],
6+
"funding": [
7+
"https://github.com/sponsors/sergiodxa"
8+
],
79
"author": {
810
"name": "Sergio Xalambrí",
911
"email": "hello+oss@sergiodxa.com",
@@ -17,7 +19,13 @@
1719
"bugs": {
1820
"url": "https://github.com/sergiodxa/remix-auth-openauth/issues"
1921
},
20-
"keywords": ["remix", "remix-auth", "auth", "authentication", "strategy"],
22+
"keywords": [
23+
"remix",
24+
"remix-auth",
25+
"auth",
26+
"authentication",
27+
"strategy"
28+
],
2129
"scripts": {
2230
"build": "tsc",
2331
"typecheck": "tsc --noEmit",
@@ -30,7 +38,11 @@
3038
"engines": {
3139
"node": ">=20.0.0"
3240
},
33-
"files": ["build", "package.json", "README.md"],
41+
"files": [
42+
"build",
43+
"package.json",
44+
"README.md"
45+
],
3446
"exports": {
3547
".": "./build/index.js",
3648
"./package.json": "./package.json"

0 commit comments

Comments
 (0)