This commit is contained in:
nicwands
2026-02-24 14:28:27 -05:00
parent 2684c0f27e
commit 990ed9dcec
3 changed files with 3 additions and 4 deletions

View File

@@ -7,9 +7,7 @@
},
"type": "module",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js"
},
"exports": "./dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"