djlint 1.45.1 → 1.46.0
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 +2 -2
package/README.md
CHANGED
|
@@ -143,7 +143,7 @@ Or use `pre-commit` to reformat, then lint!
|
|
|
143
143
|
```yaml
|
|
144
144
|
repos:
|
|
145
145
|
- repo: https://github.com/djlint/djLint
|
|
146
|
-
rev: v1.45.
|
|
146
|
+
rev: v1.45.2 # use the latest version instead
|
|
147
147
|
hooks:
|
|
148
148
|
- id: djlint-reformat
|
|
149
149
|
- id: djlint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "djlint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"description": "HTML Template Linter and Formatter",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html template linter",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"files": [],
|
|
47
47
|
"scripts": {
|
|
48
|
-
"postinstall": "python3 -m pip install --upgrade djlint==1.
|
|
48
|
+
"postinstall": "python3 -m pip install --upgrade djlint==1.46.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
|