Skip to content

Commit 4e69bdb

Browse files
authored
fix: support node10 again
1 parent 2aaced6 commit 4e69bdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
"*.js": "eslint --fix"
8585
},
8686
"type": "module",
87+
"main": "./dist/index.cjs",
88+
"types": "./dist/index.d.cts",
89+
"module": "./dist/index.js",
8790
"exports": {
8891
".": {
8992
"import": {

0 commit comments

Comments
 (0)