Run npm pkg fix

This commit is contained in:
2025-10-20 14:20:26 -04:00
parent 32478e8f74
commit 2f0e784cf7
+3 -1
View File
@@ -22,7 +22,9 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./bin/cli.js",
"bin": {
"rdapper": "bin/cli.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",