@webability/cli 1.0.0 → 1.0.1

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 +6 -0
  2. package/package.json +9 -6
package/README.md CHANGED
@@ -47,6 +47,12 @@ threshold:
47
47
  serious: 5
48
48
  ```
49
49
 
50
+ ## Links
51
+
52
+ - [WebAbility](https://webability.io) — AI-powered web accessibility platform
53
+ - [Abilyo](https://abilyo.com) — Developer tools for accessibility testing
54
+ - [Documentation](https://abilyo.com/docs)
55
+
50
56
  ## License
51
57
 
52
58
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webability/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Abilyo by WebAbility — WCAG accessibility scanner for your terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,19 +13,21 @@
13
13
  "clean": "rm -rf dist"
14
14
  },
15
15
  "keywords": [
16
+ "a11y",
17
+ "abilyo",
16
18
  "accessibility",
17
- "wcag",
18
19
  "ada",
19
- "a11y",
20
20
  "audit",
21
+ "cli",
21
22
  "scanner",
22
- "cli"
23
+ "wcag",
24
+ "webability"
23
25
  ],
24
26
  "author": "WebAbility <support@webability.io>",
25
27
  "license": "MIT",
26
28
  "repository": {
27
29
  "type": "git",
28
- "url": "https://github.com/snayyar00/webability-packages",
30
+ "url": "https://github.com/snayyar00/abilyo",
29
31
  "directory": "cli"
30
32
  },
31
33
  "dependencies": {
@@ -45,5 +47,6 @@
45
47
  },
46
48
  "engines": {
47
49
  "node": ">=18"
48
- }
50
+ },
51
+ "homepage": "https://abilyo.com"
49
52
  }