Skip to content

Commit 490c376

Browse files
committed
feat(cli): add bin configuration and bump version to 0.1.3
- Add bin configuration to jsr2npm config for @mcpc/cli package - This enables the CLI to be executable via 'mcpc' command - Bump package version from 0.1.2 to 0.1.3 in deno.json - These changes prepare the CLI for proper npm package distribution
1 parent f921eb6 commit 490c376

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jsr2npm.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
{
1818
"name": "@mcpc/cli",
1919
"version": "latest",
20+
"bin": {
21+
"mcpc": "src/bin.ts"
22+
},
2023
"packageJson": {
2124
"name": "@mcpc-tech/cli"
2225
}

packages/cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"

0 commit comments

Comments
 (0)