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 877e7d7 commit 19245d9Copy full SHA for 19245d9
package.json
@@ -11,7 +11,7 @@
11
"posttest": "npm run lint && npm run build",
12
"autotest": "chokidar src test -c 'npm test'",
13
"precover": "npm run lint && npm run build",
14
- "cover": "istanbul cover node_modules/mocha/bin/_mocha",
+ "cover": "babel-istanbul cover node_modules/.bin/_mocha",
15
"travis": "npm run cover -- --report lcovonly",
16
"prepublish": "npm run build"
17
},
@@ -40,13 +40,13 @@
40
"devDependencies": {
41
"babel": "^5.4.7",
42
"babel-eslint": "^3.1.9",
43
+ "babel-istanbul": "^0.2.10",
44
"babelify": "^6.1.2",
45
"chokidar-cli": "^0.2.1",
46
"codecov.io": "^0.1.2",
47
"coveralls": "^2.11.2",
48
"css-selector-parser": "^1.0.4",
49
"eslint": "^0.21.2",
- "istanbul": "^0.3.14",
50
"mocha": "^2.2.5"
51
}
52
0 commit comments