fix(core): export package metadata

This commit is contained in:
Phil Larson
2026-06-25 10:50:26 -07:00
parent 9a46b7a27f
commit c808ca8b9f

View File

@@ -23,7 +23,8 @@
"types": "./src/gh-cli.ts",
"source": "./src/gh-cli.ts",
"import": "./dist/gh-cli.js"
}
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"