djlint 1.19.7 → 1.19.8

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <a href="https://www.djlint.com"><img src="https://raw.githubusercontent.com/Riverside-Healthcare/djLint/master/docs/src/static/img/icon.png" alt="djLint Logo" width="270"></a>
5
5
  <br>
6
6
  </h1>
7
- <h3 align="center">🙏 Passed 100k downloads! Thank you! 🙏</h3>
7
+ <h3 align="center">🏗️ Maintainers needed, please reach out on discord or email!</h3>
8
8
  <h4 align="center">The missing formatter and linter for HTML templates.</h4>
9
9
 
10
10
  <p align="center">
@@ -100,7 +100,7 @@ Looks like this:
100
100
 
101
101
  ## 🛠️ Can I help?
102
102
 
103
- Yes!
103
+ Yes!
104
104
 
105
105
  *Would you like to add a rule to the linter?* Take a look at the [linter docs](https://djlint.com/docs/linter/) and [source code](https://github.com/Riverside-Healthcare/djLint/blob/master/src/djlint/rules.yaml)
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djlint",
3
- "version": "1.19.7",
3
+ "version": "1.19.8",
4
4
  "description": "HTML Template Linter and Formatter",
5
5
  "main": "./bin/index.js",
6
6
  "directories": {
@@ -56,17 +56,17 @@
56
56
  "yargs": "17.6.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@semantic-release/changelog": "6.0.1",
59
+ "@semantic-release/changelog": "6.0.2",
60
60
  "@semantic-release/commit-analyzer": "9.0.2",
61
61
  "@semantic-release/exec": "6.0.3",
62
62
  "@semantic-release/git": "10.0.1",
63
- "@semantic-release/github": "8.0.6",
63
+ "@semantic-release/github": "8.0.7",
64
64
  "@semantic-release/npm": "9.0.1",
65
65
  "@semantic-release/release-notes-generator": "10.0.3",
66
66
  "cz-conventional-changelog": "3.3.0",
67
- "lint-staged": "13.0.3",
67
+ "lint-staged": "13.1.0",
68
68
  "semantic-release": "19.0.5",
69
- "xo": "0.52.4"
69
+ "xo": "0.53.1"
70
70
  },
71
71
  "config": {
72
72
  "commitizen": {