putil-waterfall
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "putil-waterfall", | ||
"description": "Simple, fast async waterfall NodeJs module for ES6.", | ||
"version": "1.1.1", | ||
"description": "Simple, fast async waterfall NodeJs module for JavaScript", | ||
"version": "1.1.2", | ||
"author": "Panates Ltd.", | ||
@@ -22,11 +22,11 @@ "contributors": [ | ||
"devDependencies": { | ||
"babel-eslint": "^7.2.3", | ||
"bluebird": "^3.5.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-google": "^0.8.0", | ||
"babel-eslint": "^8.0.2", | ||
"bluebird": "^3.5.1", | ||
"eslint": "^4.11.0", | ||
"eslint-config-google": "^0.9.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.4.2" | ||
"mocha": "^4.0.1" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 4.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "directories": { |
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
8285