gbu-accessibility-package 3.8.7 → 3.8.8
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/CHANGELOG.md +1 -1
- package/README-vi.md +2 -2
- package/README.md +2 -2
- package/package.json +1 -9
package/CHANGELOG.md
CHANGED
|
@@ -265,4 +265,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
265
265
|
|
|
266
266
|
---
|
|
267
267
|
|
|
268
|
-
For more details about any release, see the [GitHub Releases](https://github.com/
|
|
268
|
+
For more details about any release, see the [GitHub Releases](https://github.com/example/gbu-accessibility-tool/releases) page.
|
package/README-vi.md
CHANGED
|
@@ -471,7 +471,7 @@ Chúng tôi hoan nghênh đóng góp! Vui lòng tạo Pull Request. Đối với
|
|
|
471
471
|
### Thiết lập phát triển
|
|
472
472
|
|
|
473
473
|
```bash
|
|
474
|
-
git clone https://github.com/
|
|
474
|
+
git clone https://github.com/example/gbu-accessibility-tool.git
|
|
475
475
|
cd gbu-accessibility-tool/accessibility-package
|
|
476
476
|
npm install
|
|
477
477
|
npm test
|
|
@@ -492,4 +492,4 @@ Dự án này được cấp phép theo Giấy phép MIT - xem file [LICENSE](LI
|
|
|
492
492
|
|
|
493
493
|
**Được tạo với ❤️ bởi GBU Team**
|
|
494
494
|
|
|
495
|
-
Để biết thêm thông tin, hãy truy cập [GitHub repository](https://github.com/
|
|
495
|
+
Để biết thêm thông tin, hãy truy cập [GitHub repository](https://github.com/example/gbu-accessibility-tool) của chúng tôi.
|
package/README.md
CHANGED
|
@@ -452,7 +452,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
|
|
|
452
452
|
### Development Setup
|
|
453
453
|
|
|
454
454
|
```bash
|
|
455
|
-
git clone https://github.com/
|
|
455
|
+
git clone https://github.com/example/gbu-accessibility-tool.git
|
|
456
456
|
cd gbu-accessibility-tool/accessibility-package
|
|
457
457
|
npm install
|
|
458
458
|
npm test
|
|
@@ -473,4 +473,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
473
473
|
|
|
474
474
|
**Made with ❤️ by the GBU Team**
|
|
475
475
|
|
|
476
|
-
For more information, visit our [GitHub repository](https://github.com/
|
|
476
|
+
For more information, visit our [GitHub repository](https://github.com/example/gbu-accessibility-tool).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gbu-accessibility-package",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.8",
|
|
4
4
|
"description": "Comprehensive accessibility fixes and project optimization for HTML files. Smart context-aware alt text generation, form labels, button names, link names, landmarks, heading analysis, WCAG-compliant role attributes, unused files detection, dead code analysis, broken external links detection, and missing local resources detection. Covers major axe DevTools issues with individual fix modes.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -76,14 +76,6 @@
|
|
|
76
76
|
],
|
|
77
77
|
"author": "GBU Team",
|
|
78
78
|
"license": "MIT",
|
|
79
|
-
"repository": {
|
|
80
|
-
"type": "git",
|
|
81
|
-
"url": "git+https://github.com/dangpv94/gbu-accessibility-tool.git"
|
|
82
|
-
},
|
|
83
|
-
"homepage": "https://github.com/dangpv94/gbu-accessibility-tool#readme",
|
|
84
|
-
"bugs": {
|
|
85
|
-
"url": "https://github.com/dangpv94/gbu-accessibility-tool/issues"
|
|
86
|
-
},
|
|
87
79
|
"files": [
|
|
88
80
|
"lib/",
|
|
89
81
|
"bin/",
|