1
mirror of https://github.com/jakejarvis/rdapper.git synced 2025-12-02 19:23:49 -05:00

Run npm pkg fix

This commit is contained in:
2025-10-20 14:20:26 -04:00
parent 32478e8f74
commit 2f0e784cf7

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",