Skip to content

Commit 2c770d3

Browse files
update package
1 parent 47c1272 commit 2c770d3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-a11y/vlibras",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"type": "module",
55
"files": [
66
"dist"
@@ -13,6 +13,20 @@
1313
"require": "./dist/vue-vlibras.umd.cjs"
1414
}
1515
},
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+
],
1630
"scripts": {
1731
"dev": "vite",
1832
"build": "vite build",

0 commit comments

Comments
 (0)