Skip to content

Commit d6d7725

Browse files
committed
Fix version specifiers in CHANGELOG
1 parent e82e6b9 commit d6d7725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here are recommended steps:
2727

2828
```bash
2929
# 1. Install the new versions.
30-
npm install --save-dev eslint@7 [email protected]
30+
npm install --save-dev eslint@7 eslint-config-torchbox@^0.6.0
3131
# 2. Attempt to auto-fix any new issue picked up by ESLint.
3232
npm run lint:js -- --fix
3333
npm run format
@@ -111,7 +111,7 @@ Here are recommended steps:
111111

112112
```bash
113113
# 1. Install the new versions.
114-
npm install --save-dev eslint@8 [email protected]
114+
npm install --save-dev eslint@8 eslint-config-torchbox@^0.5.0
115115
# 2. Attempt to auto-fix any new issue picked up by ESLint.
116116
npm run lint:js -- --fix
117117
npm run format
@@ -184,7 +184,7 @@ Here are recommended steps:
184184

185185
```bash
186186
# 1. Install the new versions.
187-
npm install --save-dev eslint@7 [email protected]
187+
npm install --save-dev eslint@7 eslint-config-torchbox@^0.4.0
188188
# 2. Attempt to auto-fix any new issue picked up by ESLint.
189189
npm run lint:js -- --fix
190190
npm run format

0 commit comments

Comments
 (0)