extends-promise
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -23,4 +23,7 @@ module.exports = { | ||
"import/no-extraneous-dependencies": [2, { "devDependencies" : true }], | ||
"prefer-spread": [0] | ||
"prefer-spread": [0], | ||
"no-tabs": [0], | ||
"arrow-parens": [0], | ||
"no-plusplus": [0] | ||
} | ||
}; |
{ | ||
"name": "extends-promise", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Micro-library that extends native promises", | ||
@@ -32,4 +32,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint-config-airbnb-base": "^5.0.3", | ||
"eslint-plugin-import": "^1.14.0", | ||
"eslint-config-airbnb-base": "^8.0.0", | ||
"eslint-plugin-import": "^1.16.0", | ||
"gulp": "^3.9.1", | ||
@@ -36,0 +36,0 @@ "gulp-coveralls": "^0.1.4", |
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
36436
840