You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,27 +65,27 @@ To release the backlog notifier do the following:
65
65
```shell
66
66
npm outdated
67
67
```
68
-
1. Security check (Use `npm audit fix` to fix vulnerabilities)
68
+
2. Security check (Use `npm audit fix` to fix vulnerabilities)
69
69
```shell
70
70
npm audit
71
71
```
72
-
1. 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).
72
+
3. 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).
73
73
```shell
74
74
npm update --save
75
75
```
76
-
1. Update package.json to latest versions (🚨 skip this since it does not seem to respect semver constraints)
76
+
4. Update package.json to latest versions (🚨 skip this since it does not seem to respect semver constraints)
0 commit comments