Skip to content

Commit b7e7073

Browse files
committed
set package.json
1 parent c0f3050 commit b7e7073

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "query-by-role",
3-
"version": "1.0.0",
3+
"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.",
412
"files": ["dist", "package.json"],
513
"exports": {
614
".": {
@@ -18,9 +26,6 @@
1826
"biome": "biome check --write src",
1927
"biome:ci": "biome ci src"
2028
},
21-
"author": "",
22-
"license": "ISC",
23-
"description": "",
2429
"devDependencies": {
2530
"@biomejs/biome": "1.9.4",
2631
"@types/aria-query": "^5.0.4",

0 commit comments

Comments
 (0)