@lobehub/lint 1.1.1 → 1.1.2

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,7 @@ ESlint config, Prettier config, Remark config for LobeHub
13
13
  <!-- SHIELD GROUP -->
14
14
 
15
15
  [![release][release-shield]][release-url]
16
+ ![][release-download-shield]
16
17
  [![releaseDate][release-date-shield]][release-date-url]
17
18
  [![ciTest][ci-test-shield]][ci-test-url]
18
19
  [![ciRelease][ci-release-shield]][ci-release-url] <br/>
@@ -232,6 +233,10 @@ This project is [MIT](./LICENSE) licensed.
232
233
  [release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-lint?style=flat
233
234
  [release-date-url]: https://github.com/lobehub/lobe-lint/releases
234
235
 
236
+ <!-- releaseDownload -->
237
+
238
+ [release-download-shield]: https://img.shields.io/npm/dt/@lobehub/lint
239
+
235
240
  <!-- ciTest -->
236
241
 
237
242
  [ci-test-shield]: https://github.com/lobehub/lobe-lint/workflows/Test%20CI/badge.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lint",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "homepage": "https://github.com/lobehub/lobe-lint",
5
5
  "bugs": {
6
6
  "url": "https://github.com/lobehub/lobe-lint/issues/new"