Skip to content

Commit

Permalink
This actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed Feb 1, 2022
1 parent 74bc63a commit 1549f0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"node": "./lib/drafts/index.js",
"default": "./lib-esm/drafts/index.js"
},
"./lib-esm/*": "./lib-esm/*/*.js"
"./lib-esm/*": {
"node": "./lib/*.js",
"default":"./lib-esm/*.js"
}
},
"typings": "lib/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 1549f0d

Please sign in to comment.