We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886e1d9 commit e2a9655Copy full SHA for e2a9655
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"test": "mocha",
9
"lint": "eslint index.js \"lib/**\" \"test/**\"",
10
- "cover": "istanbul cover _mocha -- -R spec \"test/**/*\""
+ "cover": "istanbul cover _mocha -- -R spec \"test/**/*\"",
11
+ "coveralls": "cat coverage/lcov.info | coveralls"
12
},
13
"repository": {
14
"type": "git",
@@ -28,6 +29,7 @@
28
29
"htmlparser2": "^3.9.1"
30
31
"devDependencies": {
32
+ "coveralls": "^2.11.12",
33
"eslint": "^3.3.1",
34
"istanbul": "^0.4.5",
35
"jsdomify": "^2.1.0",
0 commit comments