mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
Add everything to package exports
This commit is contained in:
parent
b93a6e5643
commit
108a89b0ac
1 changed files with 5 additions and 1 deletions
|
@ -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 .",
|
||||
|
|
Loading…
Add table
Reference in a new issue