@html-validate/prettier-config 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Prettier does not need to be installed separately, this package includes `pretti
|
|
|
34
34
|
|
|
35
35
|
To use lint-staged (included) configure the `pre-commit` hook to run husky with the `--config` flag:
|
|
36
36
|
|
|
37
|
-
```
|
|
37
|
+
```bash
|
|
38
38
|
#!/bin/sh
|
|
39
39
|
|
|
40
40
|
configfile=$(node -p 'require.resolve("@html-validate/prettier-config/lint-staged")')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@html-validate/prettier-config",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Prettier sharable config used by the various HTML-validate packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"prettier"
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"extends": "@html-validate/semantic-release-config"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"lint-staged": "13.0.
|
|
42
|
-
"prettier": "2.
|
|
41
|
+
"lint-staged": "13.0.4",
|
|
42
|
+
"prettier": "2.8.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@html-validate/commitlint-config": "3.0.
|
|
46
|
-
"@html-validate/semantic-release-config": "3.5.
|
|
47
|
-
"husky": "8.0.
|
|
45
|
+
"@html-validate/commitlint-config": "3.0.7",
|
|
46
|
+
"@html-validate/semantic-release-config": "3.5.15",
|
|
47
|
+
"husky": "8.0.2",
|
|
48
48
|
"npm-pkg-lint": "1.11.1"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|