Comparing version 1.1.1 to 1.2.0
@@ -17,2 +17,4 @@ const AsyncAF = function AsyncAF(promises) { | ||
AsyncAF.prototype.filterAF = require('./filterAF'); | ||
module.exports = AsyncAF; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/AsyncAF/AsyncAF#readme", | ||
@@ -45,3 +45,3 @@ "bugs": { | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "nyc mocha ./test/**/*.test.js --recursive -R nyan --inline-diffs", | ||
"lint": "eslint *.js" | ||
@@ -54,4 +54,6 @@ }, | ||
"eslint-plugin-import": "^2.7.0", | ||
"mocha": "^4.0.1" | ||
"istanbul": "^0.4.5", | ||
"mocha": "^4.0.1", | ||
"nyc": "^11.3.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
8123
10
101
7