Skip to content

Commit d4a46c6

Browse files
committed
fix: try-catch: exports
1 parent e0adb16 commit d4a46c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
"main": "lib/try-catch.cjs",
1313
"exports": {
1414
".": {
15-
"node": {
16-
"require": "./lib/try-catch.cjs",
17-
"import": "./lib/try-catch.js"
18-
},
19-
"default": "./lib/try-catch.cjs"
15+
"require": "./lib/try-catch.cjs",
16+
"import": "./lib/try-catch.js"
2017
}
2118
},
2219
"scripts": {

0 commit comments

Comments
 (0)