Skip to content

Commit 15eb1f4

Browse files
fix: update package name to @404-pf/commit-echo in package.json, package-lock.json, and README.md
1 parent 9a14373 commit 15eb1f4

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66
push:
77
tags:
8-
- 'v*'
8+
- "v*"
99

1010
jobs:
1111
publish-npm:
@@ -24,8 +24,6 @@ jobs:
2424
- run: npm run build
2525
- run: npm publish --provenance --access public
2626
if: github.event_name == 'release'
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2927

3028
publish-github:
3129
name: Publish to GitHub Packages
@@ -39,6 +37,7 @@ jobs:
3937
with:
4038
node-version: 24
4139
registry-url: https://npm.pkg.github.com
40+
scope: "@404-pf"
4241
- run: npm ci
4342
- run: npm run build
4443
- run: npm publish

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LLM-powered CLI that learns your Git commit style and auto-suggests personalized
1212
## Installation
1313

1414
```bash
15-
npm install -g commit-echo
15+
npm install -g @404-pf/commit-echo
1616
```
1717

1818
## Usage

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "commit-echo",
2+
"name": "@404-pf/commit-echo",
33
"version": "0.1.0",
44
"description": "LLM-powered CLI that learns your Git commit style and auto-suggests personalized commit messages",
55
"type": "module",

0 commit comments

Comments
 (0)