Rename package to @alezmad/cladm for npm publish
npm rejected unscoped "cladm" as too similar to "charm". Scoped under @alezmad with --access=public flag in CI workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- run: npm publish
|
- run: npm publish --access=public
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ Requires [Bun](https://bun.sh) >= 1.3.0 and macOS (uses Terminal.app for launchi
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install globally
|
# Install globally
|
||||||
bun install -g cladm
|
bun install -g @alezmad/cladm
|
||||||
|
|
||||||
# Or run directly
|
# Or run directly
|
||||||
bunx cladm
|
bunx @alezmad/cladm
|
||||||
```
|
```
|
||||||
|
|
||||||
### From source (for development)
|
### From source (for development)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "cladm",
|
"name": "@alezmad/cladm",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "TUI launcher for Claude Code sessions",
|
"description": "TUI launcher for Claude Code sessions",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"author": "alezmad",
|
"author": "alezmad",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/alezmad/cladm.git"
|
"url": "git+https://github.com/alezmad/cladm.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"bun": ">=1.3.0"
|
"bun": ">=1.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user