eslint-plugin-aria-state-validator 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.
package/README.ko.md CHANGED
@@ -358,7 +358,7 @@ npm run build # 해당되는 경우
358
358
 
359
359
  ## 라이선스
360
360
 
361
- ISC
361
+ MIT
362
362
 
363
363
  ## 키워드
364
364
 
package/README.md CHANGED
@@ -336,7 +336,7 @@ Contributions welcome! Please feel free to submit issues or pull requests.
336
336
 
337
337
  ## License
338
338
 
339
- ISC
339
+ MIT
340
340
 
341
341
  ## Keywords
342
342
 
@@ -71,7 +71,7 @@ module.exports = {
71
71
  "Validate that ARIA state attributes are properly bound to component state",
72
72
  category: "Accessibility",
73
73
  recommended: true,
74
- url: "https://github.com/your-repo/eslint-plugin-aria-state-validator",
74
+ url: "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
75
75
  },
76
76
  fixable: "code",
77
77
  schema: [],
@@ -128,7 +128,7 @@ module.exports = {
128
128
  description: "Validate static ARIA attributes for correctness",
129
129
  category: "Accessibility",
130
130
  recommended: true,
131
- url: "https://github.com/your-repo/eslint-plugin-aria-state-validator",
131
+ url: "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
132
132
  },
133
133
  fixable: null,
134
134
  schema: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-aria-state-validator",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Comprehensive ESLint plugin for ARIA accessibility validation: dynamic state binding and static ARIA attributes correctness",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -35,12 +35,12 @@
35
35
  "license": "MIT",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/comento/eslint-plugin-aria-state-validator.git"
38
+ "url": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator.git"
39
39
  },
40
40
  "bugs": {
41
- "url": "https://github.com/comento/eslint-plugin-aria-state-validator/issues"
41
+ "url": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator/issues"
42
42
  },
43
- "homepage": "https://github.com/comento/eslint-plugin-aria-state-validator#readme",
43
+ "homepage": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
44
44
  "engines": {
45
45
  "node": ">=14.0.0"
46
46
  },