Skip to content

Commit

Permalink
fix: not used exports and types versions (#35)
Browse files Browse the repository at this point in the history
vasco-santos authored Jan 31, 2024
1 parent 2d03bea commit 9f0521e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,10 +37,6 @@
"types": "./dist/src/async.js",
"import": "./src/async.js"
},
"./sync": {
"types": "./dist/src/sync.js",
"import": "./src/sync.js"
},
"./wasm-import": {
"types": "./dist/src/wasm-import.js",
"import": "./src/wasm-import.js"
@@ -53,8 +49,11 @@
".": [
"dist/src/lib.d.ts"
],
"sync": [
"dist/src/sync.d.ts"
"async": [
"dist/src/async.d.ts"
],
"wasm-import": [
"dist/src/wasm-import.d.ts"
]
}
},

0 comments on commit 9f0521e

Please sign in to comment.