Skip to content

Commit

Permalink
Merge pull request #326 from TheLudd/export
Browse files Browse the repository at this point in the history
use correct fields for entry points in package.json
  • Loading branch information
davidchambers authored Apr 19, 2021
2 parents 64976df + 4a78dc2 commit d40ae7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"/package.json"
],
"main": "index.js",
"types": "index.d.ts",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"doctest": "sanctuary-doctest",
"generate-es": "scripts/generate-es",
Expand Down

0 comments on commit d40ae7a

Please sign in to comment.