@diegovelasquezweb/a11y-engine 0.1.0 → 0.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.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@diegovelasquezweb/a11y-engine",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "WCAG 2.2 AA accessibility audit engine — scanner, analyzer, and report builders",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/diegovelasquezweb/a11y-engine.git"
9
+ "url": "git+https://github.com/diegovelasquezweb/a11y-engine.git"
10
10
  },
11
11
  "homepage": "https://github.com/diegovelasquezweb/a11y-engine#readme",
12
12
  "engines": {
13
13
  "node": ">=18"
14
14
  },
15
15
  "bin": {
16
- "a11y-audit": "./scripts/audit.mjs"
16
+ "a11y-audit": "scripts/audit.mjs"
17
17
  },
18
18
  "files": [
19
19
  "scripts/**",
package/scripts/audit.mjs CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  /**
2
3
  * @file audit.mjs
3
4
  * @description Orchestrator for the accessibility audit pipeline.