Skip to content

Commit

Permalink
Merge pull request #566 from mmiszy/patch-1
Browse files Browse the repository at this point in the history
Update package.json for node ES modules and TypeScript 4.5 compatibility
  • Loading branch information
motdotla committed Jan 14, 2022
2 parents 1d5be13 + 2e7760e commit bb93099
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,11 @@
"main": "lib/main.js",
"types": "lib/main.d.ts",
"exports": {
".": "./lib/main.js",
".": {
"require": "./lib/main.js",
"default": "./lib/main.js",
"types": "./types/index.d.ts"
},
"./config": "./config.js",
"./config.js": "./config.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit bb93099

Please sign in to comment.