Skip to content

Commit 440cb69

Browse files
committed
Add package.json description, keywords and author
1 parent 9839b7e commit 440cb69

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "@mochify/driver-webdriver",
33
"version": "0.0.0",
4-
"description": "",
4+
"description": "WebDriver driver for Mochify",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"No unit tests yet\"",
88
"test:integration": "echo \"No integration tests yet\"",
99
"preversion": "npm test && npm run test:integration",
1010
"postversion": "npm publish"
1111
},
12-
"keywords": [],
13-
"author": "",
12+
"keywords": [
13+
"mocha",
14+
"webdriver",
15+
"headless",
16+
"testing"
17+
],
18+
"author": "Maximilian Antoni <[email protected]> (http://maxantoni.de)",
1419
"license": "MIT",
1520
"dependencies": {
1621
"webdriver": "^7.7.4"

0 commit comments

Comments
 (0)