Skip to content

Commit 643e997

Browse files
committed
docs: update NPM upgrade instructions
1 parent 4f17888 commit 643e997

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ To release the backlog notifier do the following:
6565
```shell
6666
npm outdated
6767
```
68-
2. Update everything (respects semver ranges)
68+
2. Update all the packages listed to the latest version (specified by the \fBtag\fR config ⟨/using-npm/config#tag⟩), respecting the semver constraints of both your package and its dependencies (if they also require the same package).
6969
```shell
70-
npm update
70+
npm update --save
7171
```
72-
3. Update package.json to latest versions
72+
3. Update package.json to latest versions (🚨 skip this since it does not seem to respect semver constraints)
7373
```shell
7474
npx npm-check-updates -u
7575
```

0 commit comments

Comments
 (0)