Skip to content

Commit 86fd55f

Browse files
committed
fix package json export section
1 parent 6b79856 commit 86fd55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"test": "eslint . --report-unused-disable-directives"
1111
},
1212
"engines": {
13-
"node": ">=16"
13+
"node": ">=18"
1414
},
1515
"main": "./index.js",
1616
"exports": {
17-
"require": "./index.js"
17+
"import": "./index.js"
1818
},
1919
"files": [
2020
"index.js",

0 commit comments

Comments
 (0)