Skip to content

Commit 60dde2b

Browse files
update npm package name
1 parent 985bcc8 commit 60dde2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLI tool to run Espresso, XCUITest and Maestro tests on [TestingBot's](https://t
77
## Installation
88

99
```sh
10-
npm install -g testingbotctl
10+
npm install -g @testingbot/cli
1111
```
1212

1313
**Requirements:** NodeJS 20 or higher

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": "testingbotctl",
2+
"name": "@testingbot/cli",
33
"version": "1.0.0",
44
"description": "CLI tool to run Espresso, XCUITest, and Maestro tests on TestingBot's cloud infrastructure",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)