Skip to content

Commit b0866fc

Browse files
committed
fix: update npm package name to @vapi-ai/cli
1 parent f76393a commit b0866fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

npm-wrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Voice AI for developers - Official CLI tool for the Vapi platform.
55
## Installation
66

77
```bash
8-
npm install -g @vapi/cli
8+
npm install -g @vapi-ai/cli
99
```
1010

1111
## Usage

npm-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@vapi/cli",
2+
"name": "@vapi-ai/cli",
33
"version": "0.0.3",
44
"description": "Voice AI for developers - Vapi CLI",
55
"homepage": "https://vapi.ai",

scripts/publish-npm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ npm version "$VERSION" --no-git-tag-version
3636
echo "📤 Publishing to npm..."
3737
npm publish --access public
3838

39-
echo "✅ Successfully published @vapi/cli@$VERSION to npm!"
39+
echo "✅ Successfully published @vapi-ai/cli@$VERSION to npm!"
4040
echo ""
4141
echo "Users can now install with:"
42-
echo " npm install -g @vapi/cli"
42+
echo " npm install -g @vapi-ai/cli"
4343
echo ""
44-
echo "Verify the publish at: https://www.npmjs.com/package/@vapi/cli"
44+
echo "Verify the publish at: https://www.npmjs.com/package/@vapi-ai/cli"

0 commit comments

Comments
 (0)