mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-10 22:00:58 +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,9 +25,12 @@
|
||||||
"repository": "nodeca/pako",
|
"repository": "nodeca/pako",
|
||||||
"module": "./dist/pako.esm.mjs",
|
"module": "./dist/pako.esm.mjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
".": {
|
||||||
"import": "./dist/pako.esm.mjs",
|
"import": "./dist/pako.esm.mjs",
|
||||||
"require": "./index.js"
|
"require": "./index.js"
|
||||||
},
|
},
|
||||||
|
"./package.json": "./package.json"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "npm run lint && mocha",
|
"test": "npm run lint && mocha",
|
||||||
|
|
Loading…
Add table
Reference in a new issue