ufc-itapaje-accessibility 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.
Files changed (1) hide show
  1. package/package.json +16 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ufc-itapaje-accessibility",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Widget de acessibilidade customizável com suporte a temas, fonte para dislexia, ocultar imagens e módulos extras.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -14,7 +14,9 @@
14
14
  "require": "./dist/index.js"
15
15
  }
16
16
  },
17
- "files": ["dist"],
17
+ "files": [
18
+ "dist"
19
+ ],
18
20
  "scripts": {
19
21
  "build": "tsup",
20
22
  "dev": "tsup --watch",
@@ -28,9 +30,19 @@
28
30
  "regenerator-runtime": "^0.14.1"
29
31
  },
30
32
  "peerDependenciesMeta": {
31
- "regenerator-runtime": { "optional": true }
33
+ "regenerator-runtime": {
34
+ "optional": true
35
+ }
32
36
  },
33
- "keywords": ["accessibility", "a11y", "widget", "wcag", "ufc", "dyslexia", "screen-reader"],
37
+ "keywords": [
38
+ "accessibility",
39
+ "a11y",
40
+ "widget",
41
+ "wcag",
42
+ "ufc",
43
+ "dyslexia",
44
+ "screen-reader"
45
+ ],
34
46
  "author": "João Bruno Sousa",
35
47
  "license": "MIT",
36
48
  "repository": {