Skip to content

Commit

Permalink
Merge pull request #272 from LinusU/pkg-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieh authored Oct 11, 2021
2 parents e88635b + 7a850b7 commit e2985e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./es/*": "./es/*.js",
"./lib/*": "./lib/*.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"es"
Expand Down

0 comments on commit e2985e5

Please sign in to comment.