Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 9, 2023
1 parent 4d2b13e commit 5abf237
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "uvu -r tsm tests"
},
"type": "module",
"typings": "./types/index.d.ts",
"typings": "./lib",
"exports": {
".": {
"import": "./lib/index.js"
Expand All @@ -32,14 +32,7 @@
"import": "./lib/porridge-db.js"
},
"./types": {
"import": "./types/index.d.ts"
}
},
"typesVersions": {
"*": {
"./": [
"./types/index.d.ts"
]
"import": "./lib"
}
},
"files": [
Expand Down

0 comments on commit 5abf237

Please sign in to comment.