Comparing version 4.5.2 to 4.5.4
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "co", | ||
"version": "4.5.2", | ||
"version": "4.5.4", | ||
"description": "generator async control flow goodness", | ||
@@ -13,2 +13,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "^10.0.0", | ||
"istanbul-harmony": "0", | ||
@@ -21,3 +22,5 @@ "mocha": "^2.0.0", | ||
"test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot", | ||
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot" | ||
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot", | ||
"prepublish": "npm run browserify", | ||
"browserify": "browserify index.js -o ./co-browser.js -s co" | ||
}, | ||
@@ -24,0 +27,0 @@ "files": [ |
@@ -0,0 +0,0 @@ # co |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16435
4