Skip to content

Commit

Permalink
Add module to package.json for rollup/webpack (#281)
Browse files Browse the repository at this point in the history
This will allow users to consume the original esm modern code. This would make #275 a minor non-blocking issue. :)
  • Loading branch information
jsg2021 committed Feb 13, 2020
1 parent 1623cfe commit 99ee554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"regular expression",
"unicode"
],
"main": "./lib",
"main": "./lib/index.js",
"module": "./src/index.js",
"files": [
"src",
"lib",
Expand Down

0 comments on commit 99ee554

Please sign in to comment.