@aria-a11y/cli 0.1.0 → 0.1.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aria-a11y/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Zero-config standalone CLI for Aria's accessibility rules — aria check / aria fix, no ESLint config required.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accessibility",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"aria": "./dist/cli.js"
|
|
28
28
|
},
|
|
29
29
|
"main": "./dist/runner.js",
|
|
30
|
+
"types": "./dist/runner.d.ts",
|
|
30
31
|
"exports": {
|
|
31
32
|
".": {
|
|
32
33
|
"types": "./dist/runner.d.ts",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"@babel/preset-react": "^7.27.0",
|
|
43
44
|
"@babel/preset-typescript": "^7.27.0",
|
|
44
45
|
"eslint": "^9.13.0",
|
|
45
|
-
"eslint-plugin-aria-a11y": "^0.1.
|
|
46
|
+
"eslint-plugin-aria-a11y": "^0.1.1"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"tsup": "^8.3.0"
|