We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c1272 commit 2c770d3Copy full SHA for 2c770d3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue-a11y/vlibras",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"type": "module",
5
"files": [
6
"dist"
@@ -13,6 +13,20 @@
13
"require": "./dist/vue-vlibras.umd.cjs"
14
}
15
},
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/vue-a11y/vue-vlibras.git"
19
+ },
20
+ "bugs": {
21
+ "url": "https://github.com/vue-a11y/vue-vlibras/issues"
22
23
+ "homepage": "https://vue-vlibras.web.app",
24
+ "keywords": [
25
+ "vue",
26
+ "vlibras",
27
+ "accessibility",
28
+ "a11y"
29
+ ],
30
"scripts": {
31
"dev": "vite",
32
"build": "vite build",
0 commit comments