Skip to content

Commit 866f42b

Browse files
authored
Update README version specifiers
1 parent b7344c8 commit 866f42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Install stylelint, and the config:
1010

1111
```sh
12-
npm install --save-dev stylelint@13 stylelint-config-torchbox@1.0.0
12+
npm install --save-dev stylelint stylelint-config-torchbox
1313
```
1414

1515
Then [configure stylelint to use this config](https://stylelint.io/user-guide/configuration/#extends). As a `stylelint.config.js` in the root of your project:
@@ -77,13 +77,13 @@ default_language_version:
7777
node: system
7878
repos:
7979
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
80-
rev: v13.13.1
80+
rev: v15.10.3
8181
hooks:
8282
- id: stylelint
8383
files: \.(scss|vue)$
8484
additional_dependencies:
85-
- stylelint@13.13.1
86-
- stylelint-config-torchbox@1.0.0
85+
- stylelint@15.10.3
86+
- stylelint-config-torchbox@3.0.0
8787
```
8888
8989
### Vue

0 commit comments

Comments
 (0)