Skip to content

Commit 47ff64e

Browse files
committed
Add package.json description, keywords and author
1 parent 06b299a commit 47ff64e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "@mochify/cli",
33
"version": "0.0.0",
4-
"description": "",
4+
"description": "Run mocha tests in headless browsers from the command line",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"No unit tests yet\"",
88
"test:integration": "mocha '**/*.integration.js'",
99
"preversion": "npm run test && npm run test:integration",
1010
"postversion": "npm publish"
1111
},
12-
"keywords": [],
13-
"author": "",
12+
"keywords": [
13+
"mocha",
14+
"browser",
15+
"testing",
16+
"headless",
17+
"cli"
18+
],
19+
"author": "Maximilian Antoni <mail@maxantoni.de> (http://maxantoni.de)",
1420
"license": "MIT",
1521
"mocha": {
1622
"reporter": "dot",

0 commit comments

Comments
 (0)