Skip to content

Commit

Permalink
Changed command from 'bump' to 'bumpVersion'
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Uvi <[email protected]>
  • Loading branch information
Josh-Uvi committed Dec 18, 2024
1 parent b196629 commit 69e8b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const client = new NewsAPIClient("<YOUR_NEWSAPI_KEY>");
#### Example Usage in Real Applications

```ts
import { NewsAPIClient } from "@<your-github-username>/newsapi-client";
import { NewsAPIClient } from "@josh-uvi/newsapi-client";

(async () => {
const client = new NewsAPIClient("<YOUR_NEWSAPI_KEY>");
Expand Down Expand Up @@ -159,7 +159,7 @@ The package includes Jest tests for all functions. To run tests:
3. Bump the package version with this command:

```bash
npm run bump
npm run bumpVersion
```

> [!IMPORTANT]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc",
"test": "jest",
"clean": "rimraf dist",
"bump": "npm version patch"
"bumpVersion": "npm version patch"
},
"keywords": [],
"author": "Josh Uvi",
Expand Down

0 comments on commit 69e8b16

Please sign in to comment.