Skip to content

Commit dc8b20f

Browse files
committed
chore: add repository information to tauri-plugin package.json
1 parent 4ca2316 commit dc8b20f

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

packages/tauri-plugin/package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,13 @@
1414
}
1515
}
1616
},
17-
"files": [
18-
"README.md",
19-
"dist-js",
20-
"LICENSE"
21-
],
17+
"files": ["README.md", "dist-js", "LICENSE"],
2218
"scripts": {
2319
"build": "tsx scripts/build-guest-js.ts",
2420
"build:js": "tsx scripts/build-guest-js.ts",
2521
"test": "vitest run"
2622
},
27-
"keywords": [
28-
"tauri",
29-
"webdriverio",
30-
"testing",
31-
"automation"
32-
],
23+
"keywords": ["tauri", "webdriverio", "testing", "automation"],
3324
"author": "WebDriverIO Community",
3425
"license": "MIT",
3526
"engines": {
@@ -44,5 +35,10 @@
4435
"esbuild": "^0.27.4",
4536
"tsx": "^4.19.0",
4637
"typescript": "^5.0.0"
38+
},
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/webdriverio/desktop-mobile.git",
42+
"directory": "packages/tauri-plugin"
4743
}
4844
}

0 commit comments

Comments
 (0)