Skip to content

Commit 27c06d3

Browse files
committed
0.3.1
1 parent dc3ea0e commit 27c06d3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-by-role",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mehm8128/query-by-role.git"
@@ -9,8 +9,17 @@
99
"author": "mehm8128",
1010
"license": "MIT",
1111
"description": "Tool for querying DOM elements by their ARIA role and attributes.",
12-
"keywords": ["aria", "accessibility", "role"],
13-
"files": ["dist", "package.json", "README.md", "LICENSE"],
12+
"keywords": [
13+
"aria",
14+
"accessibility",
15+
"role"
16+
],
17+
"files": [
18+
"dist",
19+
"package.json",
20+
"README.md",
21+
"LICENSE"
22+
],
1423
"exports": {
1524
".": {
1625
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)