Skip to content

Commit

Permalink
Merge pull request #614 from mgechev/fix-browser-resolution
Browse files Browse the repository at this point in the history
Fix browser module resolution
  • Loading branch information
Stuk committed Apr 1, 2020
2 parents 3109282 + 617e3ce commit bfbd255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -25,7 +25,8 @@
],
"main": "./lib/index",
"browser": {
"readable-stream": "./lib/readable-stream-browser.js"
"readable-stream": "./lib/readable-stream-browser.js",
".": "./dist/jszip.min.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bfbd255

Please sign in to comment.