Skip to content

Commit da5a335

Browse files
committed
fix: try-to-catch: exports
1 parent 0172c9b commit da5a335

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
@@ -8,11 +8,8 @@
88
"main": "lib/try-to-catch.cjs",
99
"exports": {
1010
".": {
11-
"node": {
12-
"require": "./lib/try-to-catch.cjs",
13-
"import": "./lib/try-to-catch.js"
14-
},
15-
"default": "./lib/try-to-catch.cjs"
11+
"require": "./lib/try-to-catch.cjs",
12+
"import": "./lib/try-to-catch.js"
1613
}
1714
},
1815
"repository": {

0 commit comments

Comments
 (0)