Skip to content

Commit

Permalink
Re-add package.json main field for TypeScript support (#981)
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
mtdvlpr and caugner committed Nov 29, 2022
1 parent 8e7793b commit ab86a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -51,6 +51,7 @@
"read-dir-files": "^0.1.1",
"standard": "^17.0.0"
},
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./esm": "./lib/esm.mjs"
Expand Down

0 comments on commit ab86a8a

Please sign in to comment.