Skip to content

Commit

Permalink
Exports package.json, needed for react-native and some bundlers (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nloehlein-godaddy committed Dec 17, 2020
1 parent 82b6f0d commit 5c51934
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -18,8 +18,11 @@
"dist/"
],
"exports": {
"import": "./dist/image-blob-reduce.esm.mjs",
"require": "./index.js"
"./package.json": "./package.json",
".": {
"import": "./dist/image-blob-reduce.esm.mjs",
"require": "./index.js"
}
},
"module": "./dist/image-blob-reduce.esm.mjs",
"scripts": {
Expand Down

0 comments on commit 5c51934

Please sign in to comment.