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 ab2b86e commit 886e1d9Copy full SHA for 886e1d9
package.json
@@ -6,7 +6,8 @@
6
"main": "index.js",
7
"scripts": {
8
"test": "mocha",
9
- "lint": "eslint index.js \"lib/**\" \"test/**\""
+ "lint": "eslint index.js \"lib/**\" \"test/**\"",
10
+ "cover": "istanbul cover _mocha -- -R spec \"test/**/*\""
11
},
12
"repository": {
13
"type": "git",
@@ -28,6 +29,7 @@
28
29
30
"devDependencies": {
31
"eslint": "^3.3.1",
32
+ "istanbul": "^0.4.5",
33
"jsdomify": "^2.1.0",
34
"mocha": "^3.0.2",
35
"react": "*",
0 commit comments