Skip to content

Commit

Permalink
Merge pull request #742 from jahed/fix/webpack-5-async-failure
Browse files Browse the repository at this point in the history
Fix(browser): redirect main to dist on browsers
  • Loading branch information
Stuk committed Feb 10, 2021
2 parents 3db5fdc + f4700f9 commit dcc6ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"main": "./lib/index",
"browser": {
"readable-stream": "./lib/readable-stream-browser.js",
".": "./dist/jszip.min.js"
"./lib/index": "./dist/jszip.min.js"
},
"types": "./index.d.ts",
"repository": {
Expand Down

0 comments on commit dcc6ff9

Please sign in to comment.