mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
Add package.json export, close #211
This commit is contained in:
parent
356c576448
commit
b93a6e5643
1 changed files with 5 additions and 2 deletions
|
@ -25,8 +25,11 @@
|
|||
"repository": "nodeca/pako",
|
||||
"module": "./dist/pako.esm.mjs",
|
||||
"exports": {
|
||||
"import": "./dist/pako.esm.mjs",
|
||||
"require": "./index.js"
|
||||
".": {
|
||||
"import": "./dist/pako.esm.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Add table
Reference in a new issue