Skip to content

Commit

Permalink
Add everything to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 9, 2021
1 parent b93a6e5 commit 108a89b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"import": "./dist/pako.esm.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./dist/*": "./dist/*",
"./lib/*": "./lib/*",
"./lib/zlib/*": "./lib/zlib/*",
"./lib/utils/*": "./lib/utils/*"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 108a89b

Please sign in to comment.