Skip to content

Commit 2e3cf83

Browse files
authored
Merge pull request #291 from lob/BGSTB-749/fix/type-exports-for-bundler-module-resolution
BGSTB-749: Fix type exports for moduleResoulution: bundler
2 parents 7be60fe + 25c0d43 commit 2e3cf83

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"address validation",
1515
"address autocomplete"
1616
],
17-
"version": "1.3.5",
17+
"version": "1.3.6",
1818
"homepage": "https://github.com/lob/lob-typescript-sdk",
1919
"author": "Lob <support@lob.com> (https://lob.com/)",
2020
"repository": {
@@ -46,11 +46,9 @@
4646
"module": "./dist/index.mjs",
4747
"types": "./dist/index.d.ts",
4848
"exports": {
49-
"node": {
50-
"import": "./dist/index.mjs",
51-
"require": "./dist/index.cjs.js",
52-
"types": "./dist/index.d.ts"
53-
},
49+
"types": "./dist/index.d.ts",
50+
"import": "./dist/index.mjs",
51+
"require": "./dist/index.cjs.js",
5452
"default": "./dist/index.mjs"
5553
},
5654
"dependencies": {

0 commit comments

Comments
 (0)