Comparing version 1.1.3 to 1.2.0
@@ -60,3 +60,4 @@ var co = require('co') | ||
.filter(function (child) { | ||
return child.slice(suffix.length * -1) === suffix | ||
var val = children[child].exports | ||
return typeof val === 'function' && val.name === 'Mocha' | ||
}) | ||
@@ -63,0 +64,0 @@ .map(function (child) { |
{ | ||
"name": "co-mocha", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Enable support for generators in Mocha tests", | ||
@@ -42,12 +42,12 @@ "main": "lib/co-mocha.js", | ||
"devDependencies": { | ||
"browserify": "^10.2.4", | ||
"browserify": "^14.0.0", | ||
"chai": "^3.0.0", | ||
"es6-promise": "^2.3.0", | ||
"es6-promise": "^4.0.5", | ||
"istanbul": "git://github.com/gotwarlost/istanbul#harmony", | ||
"mocha": "^2.2.5", | ||
"mocha": "^3.1.2", | ||
"pre-commit": "^1.0.7", | ||
"regenerator": "^0.8.26", | ||
"standard": "^3.11.1", | ||
"testem": "^0.8.3", | ||
"traceur": "0.0.89" | ||
"regenerator": "^0.9.0", | ||
"standard": "^8.5.0", | ||
"testem": "^1.13.0", | ||
"traceur": "0.0.111" | ||
}, | ||
@@ -54,0 +54,0 @@ "standard": { |
17329
347