chai-quantifiers
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "chai-quantifiers", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Array quantifier assertions for chai assertion library", | ||
@@ -34,11 +34,11 @@ "main": "src/chai-quantifiers.js", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.4.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.15.3", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-promise": "^4.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2" | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
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
7059