@ehildt/depbadge 1.3.1 → 1.3.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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,6 +24,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
|
|
|
24
24
|
<!-- DEPBADGE:START -->
|
|
25
25
|
<div align="center">
|
|
26
26
|
|
|
27
|
+
[](https://www.npmjs.com/package/@ehildt/depbadge)
|
|
27
28
|

|
|
28
29
|

|
|
29
30
|

|
|
@@ -38,6 +39,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
|
|
|
38
39
|
|
|
39
40
|
[](https://github.com/omgovich/colord)
|
|
40
41
|
[](https://github.com/iarna/iarna-toml)
|
|
42
|
+
[](https://github.com/eemeli/yaml)
|
|
41
43
|
|
|
42
44
|
</div>
|
|
43
45
|
|
|
@@ -52,7 +54,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
|
|
|
52
54
|

|
|
53
55
|

|
|
54
56
|

|
|
55
|
-

|
|
56
58
|

|
|
57
59
|

|
|
58
60
|

|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ehildt/depbadge",
|
|
3
3
|
"description": "A tool that creates shieldio badges",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.mjs",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"depcruise": "npx dependency-cruiser -c .depcruise.mjs --ts-config tsconfig.json src",
|
|
67
67
|
"format": "prettier --write .",
|
|
68
68
|
"lint": "eslint ./src",
|
|
69
|
-
"lint
|
|
69
|
+
"lint:staged": "npx lint-staged --allow-empty",
|
|
70
70
|
"ncu:update": "npx npm-check-updates -u --format group",
|
|
71
71
|
"ncu:interactive": "npx npm-check-updates -u --interactive --format group",
|
|
72
72
|
"ncu:validate": "npx npm-check-updates -e 2 --packageFile=./package.json",
|