Skip to content

Commit 8866dcf

Browse files
committed
Fix package.json for NodeJS 16+ compliance
1 parent 4fe5da7 commit 8866dcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"!dist/**/*.map"
3737
],
3838
"type": "module",
39-
"main": "./dist/index.js",
40-
"types": "./dist/index.d.ts",
39+
"exports": "./dist/index.js",
4140
"scripts": {
4241
"build": "tsc",
4342
"watch": "tsc -w",

0 commit comments

Comments
 (0)