guardskills 0.1.0-alpha.0 → 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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
@@ -209,3 +211,9 @@ Strict thresholds (`--strict`):
209
211
  - `PROJECT_PLAN.md` (project roadmap)
210
212
  - `PRODUCTION_READINESS.md` (production checklist/status)
211
213
  - `SECURITY.md` (vulnerability reporting policy)
214
+
215
+ ---
216
+
217
+ [![Buy Me a Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://buymeacoffee.com/felixondess)
218
+
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.0",
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": {