Skip to content

Commit

Permalink
Fix references to nonexistent files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jthemphill authored Jan 17, 2025
1 parent b895c1d commit 2cb51c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"./conditions.js": "./conditions.js",
"./dist/conditions.cjs": "./dist/conditions.cjs",
"./conditions": {
"types": "./condititons.d.ts",
"module": "./condititons.js",
"import": "./condititons.js",
"types": "./conditions.d.ts",
"module": "./conditions.js",
"import": "./conditions.js",
"require": "./dist/conditions.cjs"
},
"./crypto/jwt": {
Expand Down

0 comments on commit 2cb51c4

Please sign in to comment.