Skip to content

Commit fa165d0

Browse files
authored
chore(package): add keywords and repository info
1 parent 3e82b92 commit fa165d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "appium-novawindows-driver",
33
"version": "0.0.2",
44
"description": "Appium driver for Windows",
5+
"keywords": [
6+
"appium",
7+
"novawindows",
8+
"uiautomation",
9+
"powershell",
10+
"automated testing",
11+
"windows"
12+
],
513
"main": "build/lib/driver.js",
614
"scripts": {
715
"build": "tsc -b",
@@ -11,6 +19,13 @@
1119
},
1220
"author": "Automate The Planet",
1321
"license": "Apache-2.0",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/AutomateThePlanet/appium-novawindows-driver.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/AutomateThePlanet/appium-novawindows-driver/issues"
28+
},
1429
"peerDependencies": {
1530
"appium": "^2.17.1"
1631
},

0 commit comments

Comments
 (0)