We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd84c84 commit 9906dceCopy full SHA for 9906dce
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@edgefirst-dev/jwt",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "A library to simplify using JWT in your application.",
5
"license": "MIT",
6
- "funding": ["https://github.com/sponsors/sergiodxa"],
+ "funding": [
7
+ "https://github.com/sponsors/sergiodxa"
8
+ ],
9
"author": {
10
"name": "Sergio Xalambrí",
11
"email": "hello+oss@sergiodxa.com",
@@ -29,7 +31,11 @@
29
31
"engines": {
30
32
"node": ">=20.0.0"
33
},
- "files": ["build", "package.json", "README.md"],
34
+ "files": [
35
+ "build",
36
+ "package.json",
37
+ "README.md"
38
39
"exports": {
40
".": "./build/index.js",
41
"./package.json": "./package.json"
0 commit comments