Skip to content

Commit

Permalink
This exports package.json which is needed for react-native and some b…
Browse files Browse the repository at this point in the history
…undlers. see: uuidjs/uuid#449
  • Loading branch information
nloehlein-godaddy committed Dec 17, 2020
1 parent 74e4166 commit 3b48453
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 3b48453

Please sign in to comment.