chore: add exports to package.json
This commit is contained in:
parent
8b8d3ea2a0
commit
d101b6c9a7
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
"lint:fix": "eslint . --fix",
|
||||
"release": "bumpp && node scripts/release.js"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"default": "./dist/mnswpr.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"README.md",
|
||||
|
|
|
|||
Loading…
Reference in a new issue