Skip to content

Commit

Permalink
Merge pull request #96 from jthemphill/fix-condititons-spelling
Browse files Browse the repository at this point in the history
Fix references to nonexistent files in package.json
  • Loading branch information
dmonad authored Jan 20, 2025
2 parents b895c1d + 2cb51c4 commit 08fe7d5
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 08fe7d5

Please sign in to comment.