ru-a11y-toolkit 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,9 +43,9 @@ npm install --save-dev ru-a11y-toolkit-overlay # только React Overlay (
43
43
  ### Установка
44
44
 
45
45
  ```bash
46
- npm install --save-dev ru-a11y-toolkit-eslint eslint eslint-plugin-jsx-a11y
46
+ npm install --save-dev ru-a11y-toolkit-eslint eslint
47
47
  # или через umbrella:
48
- npm install --save-dev ru-a11y-toolkit eslint eslint-plugin-jsx-a11y
48
+ npm install --save-dev ru-a11y-toolkit eslint
49
49
  ```
50
50
 
51
51
  ### Настройка
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ru-a11y-toolkit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Toolkit для автоматизированной проверки веб-доступности React/JS-приложений под российские нормативы (ГОСТ Р 52872-2019, Постановление №102)",
5
5
  "main": "index.js",
6
6
  "workspaces": [
@@ -13,7 +13,7 @@
13
13
  "build": "npm run build --workspaces --if-present"
14
14
  },
15
15
  "dependencies": {
16
- "ru-a11y-toolkit-eslint": "1.0.1"
16
+ "ru-a11y-toolkit-eslint": "1.0.2"
17
17
  },
18
18
  "keywords": [
19
19
  "accessibility",