guardskills 0.1.0-alpha.1 → 0.1.0-alpha.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 +4 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
`guardskills` is a security wrapper around `skills` installation.
|
|
4
4
|
|
|
5
|
+
GitHub: https://github.com/felixondesk/guardskills
|
|
6
|
+
|
|
5
7
|
Instead of:
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -212,4 +214,6 @@ Strict thresholds (`--strict`):
|
|
|
212
214
|
|
|
213
215
|
---
|
|
214
216
|
|
|
217
|
+
[](https://buymeacoffee.com/felixondess)
|
|
218
|
+
|
|
215
219
|
Support this project: https://buymeacoffee.com/felixondess
|
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guardskills",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
4
|
"description": "Security wrapper around skills add",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/felixondesk/guardskills.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/felixondesk/guardskills#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/felixondesk/guardskills/issues"
|
|
12
|
+
},
|
|
5
13
|
"license": "MIT",
|
|
6
14
|
"type": "module",
|
|
7
15
|
"bin": {
|