Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Jul 18, 2023
2 parents 217a04f + f980311 commit 41fa758
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"format": "prettier --config .prettierrc \"{bin,docs}/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write",
"postinstall": "python3 -m pip install --upgrade djlint==1.31.0",
"postinstall": "python3 -m pip install --upgrade djlint==1.31.1",
"pre-commit": "lint-staged",
"commit": "git add . && pre-commit run; git add . && npm run pre-commit && cz --no-verify",
"test": "xo"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name="djlint"
version="1.31.0"
version="1.31.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]
Expand Down

0 comments on commit 41fa758

Please sign in to comment.