Files
pnpm/packages/plugin-commands-publishing/fixtures/has-bin/package.json
2021-07-30 11:19:10 +03:00

9 lines
129 B
JSON

{
"name": "has-bin",
"version": "0.0.0",
"bin": "exec",
"publishConfig": {
"executableFiles": ["./other-exec"]
}
}