Skip to content

Commit

Permalink
Fix package.json for NodeJS 16+ compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Jun 2, 2023
1 parent 4fe5da7 commit 8866dcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"!dist/**/*.map"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down

0 comments on commit 8866dcf

Please sign in to comment.