@accesslint/cli 0.1.0 → 0.1.5

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/dist/cli.js +1 -1
  2. package/package.json +5 -1
package/dist/cli.js CHANGED
@@ -50460,7 +50460,7 @@ class GlobalWindow extends Window {
50460
50460
  [setupVMContext]() {}
50461
50461
  }
50462
50462
 
50463
- // ../core/dist/index.js
50463
+ // node_modules/@accesslint/core/dist/index.js
50464
50464
  var j = [
50465
50465
  "a[href]",
50466
50466
  "button:not([disabled])",
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@accesslint/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/AccessLint/cli"
7
+ },
4
8
  "description": "CLI tool for auditing HTML accessibility using @accesslint/core",
5
9
  "type": "module",
6
10
  "bin": {