We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f3050 commit b7e7073Copy full SHA for b7e7073
package.json
@@ -1,6 +1,14 @@
1
{
2
"name": "query-by-role",
3
- "version": "1.0.0",
+ "version": "0.0.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/mehm8128/query-by-role"
7
+ },
8
+ "homepage": "https://github.com/mehm8128/query-by-role",
9
+ "author": "mehm8128",
10
+ "license": "MIT",
11
+ "description": "queryByRole for browser.",
12
"files": ["dist", "package.json"],
13
"exports": {
14
".": {
@@ -18,9 +26,6 @@
18
26
"biome": "biome check --write src",
19
27
"biome:ci": "biome ci src"
20
28
},
21
- "author": "",
22
- "license": "ISC",
23
- "description": "",
24
29
"devDependencies": {
25
30
"@biomejs/biome": "1.9.4",
31
"@types/aria-query": "^5.0.4",
0 commit comments