Skip to content

Commit dbb22d8

Browse files
authored
fix(esm): Corrects .default bug when importing the package
1 parent f5c05d2 commit dbb22d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"url": "https://github.com/woocommerce/woocommerce-rest-api-js-lib/issues"
2121
},
2222
"main": "index",
23+
"module": "index.mjs",
2324
"types": "index.d.ts",
2425
"files": [
2526
"index.js",

0 commit comments

Comments
 (0)