djlint 1.6.0 → 1.7.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
<a href="https://codecov.io/gh/Riverside-Healthcare/djlint">
|
|
18
18
|
<img src="https://codecov.io/gh/Riverside-Healthcare/djlint/branch/master/graph/badge.svg?token=eNTG721BAA" alt="Codecov Status">
|
|
19
19
|
</a>
|
|
20
|
-
<a href="https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml">
|
|
21
|
-
<img src="https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml/badge.svg" alt="Test Status">
|
|
22
|
-
</a>
|
|
23
20
|
<a href="https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade">
|
|
24
21
|
<img src="https://app.codacy.com/project/badge/Grade/dba6338b0e7a4de896b45b382574f369" alt="Codacy Status">
|
|
25
22
|
</a>
|
|
26
23
|
<a href="https://pepy.tech/project/djlint">
|
|
27
24
|
<img src="https://pepy.tech/badge/djlint" alt="Downloads">
|
|
28
25
|
</a>
|
|
26
|
+
<a href="https://www.npmjs.com/package/djlint">
|
|
27
|
+
<img alt="npm" src="https://img.shields.io/npm/dt/djlint?label=npm%20downloads">
|
|
28
|
+
</a>
|
|
29
29
|
<a href="https://pypi.org/project/djlint/">
|
|
30
30
|
<img src="https://img.shields.io/pypi/v/djlint" alt="Pypi Download">
|
|
31
31
|
</a>
|