Skip to content

Commit

Permalink
fixup: folder exports deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed May 13, 2021
1 parent 08c28bd commit 8b3684d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"require": "./index.js",
"import": "./esm-wrapper.mjs"
},
"./bin/*": "./bin/*",
"./classes/*": "./classes/*",
"./functions/*": "./functions/*",
"./internal/*": "./internal/*",
"./ranges/*": "./ranges/*",
"./bin/": "./bin/",
"./classes/": "./classes/",
"./functions/": "./functions/",
Expand Down

0 comments on commit 8b3684d

Please sign in to comment.