es6-promise-pool
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "es6-promise-pool", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Runs Promises in a pool that limits their maximum concurrency.", | ||
@@ -50,3 +50,3 @@ "author": { | ||
"scripts": { | ||
"test": "npm run standard && npm run mocha && node --version | grep -qv ^v0\\.12\\. || npm run coveralls", | ||
"test": "npm run standard && npm run mocha && ( node --version | grep -qv ^v0\\.12\\. || npm run coveralls )", | ||
"standard": "node node_modules/standard/bin/cmd.js", | ||
@@ -75,6 +75,5 @@ "mocha": "node --harmony node_modules/mocha/bin/_mocha", | ||
"ignore": [ | ||
"bower_components/**", | ||
"demo/demo-generator.js" | ||
"bower_components/**" | ||
] | ||
} | ||
} |
@@ -139,5 +139,5 @@ # es6-promise-pool | ||
pool.start() | ||
.then(function () { | ||
console.log('Complete') | ||
}) | ||
.then(function () { | ||
console.log('Complete') | ||
}) | ||
``` | ||
@@ -144,0 +144,0 @@ |
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
15989