djlint 1.33.0 → 1.34.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "djlint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.0",
|
|
4
4
|
"description": "HTML Template Linter and Formatter",
|
|
5
5
|
"directories": {
|
|
6
6
|
"doc": "docs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"format": "prettier --config .prettierrc \"{bin,docs}/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write",
|
|
34
|
-
"postinstall": "python3 -m pip install --upgrade djlint==1.
|
|
34
|
+
"postinstall": "python3 -m pip install --upgrade djlint==1.34.0",
|
|
35
35
|
"pre-commit": "lint-staged",
|
|
36
36
|
"commit": "git add . && pre-commit run; git add . && npm run pre-commit && cz --no-verify",
|
|
37
37
|
"test": "xo"
|