Skip to content

Commit

Permalink
doc: update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Apr 16, 2024
1 parent 8901d63 commit 195e4c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Some repository specific workflows.

### Update Dependencies

```bash
npm update
npm update --save
```

#### Optimistic update:

```bash
npm i -g npm-check-updates
ncu -u
Expand Down

0 comments on commit 195e4c1

Please sign in to comment.