feat(KB-221): rename CLI binary from kb to fn
- Rename binary from 'kb' to 'fn' in package.json bin entries - Update package-config test to expect new binary name 'fn' - Add changeset to track the binary rename for package consumers
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"pi-package"
|
||||
],
|
||||
"bin": {
|
||||
"kb": "./dist/bin.js"
|
||||
"fn": "./dist/bin.js"
|
||||
},
|
||||
"pi": {
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user