Skip to content

Commit 886e1d9

Browse files
1 parent ab2b86e commit 886e1d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"main": "index.js",
77
"scripts": {
88
"test": "mocha",
9-
"lint": "eslint index.js \"lib/**\" \"test/**\""
9+
"lint": "eslint index.js \"lib/**\" \"test/**\"",
10+
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\""
1011
},
1112
"repository": {
1213
"type": "git",
@@ -28,6 +29,7 @@
2829
},
2930
"devDependencies": {
3031
"eslint": "^3.3.1",
32+
"istanbul": "^0.4.5",
3133
"jsdomify": "^2.1.0",
3234
"mocha": "^3.0.2",
3335
"react": "*",

0 commit comments

Comments
 (0)