mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-02 21:50:23 +00:00
Merge pull request #360 from Bobronium/patch-1
This commit is contained in:
commit
fc4988e47f
3 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"main": "./bin/index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name="djlint"
|
||||
version="1.12.0"
|
||||
version="1.12.1"
|
||||
description="HTML Template Linter and Formatter"
|
||||
license="GPL-3.0-or-later"
|
||||
authors=["Christopher Pickering <cpickering@rhc.net>"]
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ def expand_html(html: str, config: Config) -> str:
|
|||
add_right,
|
||||
html,
|
||||
)
|
||||
print(html)
|
||||
|
||||
# template tag breaks
|
||||
def should_i_move_template_tag(out_format: str, match: re.Match) -> str:
|
||||
|
|
|
|||
Loading…
Reference in a new issue