Skip to content

Commit

Permalink
Adjust package.json order to make releasing easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 5, 2022
1 parent 0cde8c0 commit 80e2705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
],
"main": "./lib/index",
"browser": {
"readable-stream": "./lib/readable-stream-browser.js",
"./lib/index": "./dist/jszip.min.js"
"./lib/index": "./dist/jszip.min.js",
"readable-stream": "./lib/readable-stream-browser.js"
},
"types": "./index.d.ts",
"repository": {
Expand Down

0 comments on commit 80e2705

Please sign in to comment.