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 79a4190
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "image-blob-reduce",
"version": "2.1.1",
"version": "2.1.2",
"description": "High quality image resize in browser for blobs (`pica` wrapper with some sugar)",
"keywords": [
"resize",
Expand All @@ -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 79a4190

Please sign in to comment.