Skip to content

Commit

Permalink
fix(): fabric/node import
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Feb 3, 2023
1 parent 97c9a11 commit b326dd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@
"module": "./dist/index.mjs",
"main": "./dist/index.node.cjs",
"types": "./dist/index.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/index.d.ts"
],
"node": [
"dist/index.node.d.ts"
]
}
},
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit b326dd6

Please sign in to comment.