@gasket/resolve
Advanced tools
Comparing version 6.3.0 to 6.10.0
{ | ||
"name": "@gasket/resolve", | ||
"version": "6.3.0", | ||
"version": "6.10.0", | ||
"description": "Essential module resolution & configuration management for gasket plugins & presets.", | ||
@@ -49,9 +49,22 @@ "main": "lib", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"jest": "^26.6.3", | ||
"eslint-plugin-unicorn": "^39.0.0", | ||
"jest": "^27.4.3", | ||
"jsdoc-to-markdown": "^5.0.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"godaddy", | ||
"plugin:jest/recommended" | ||
], | ||
"plugins": [ | ||
"unicorn" | ||
], | ||
"rules": { | ||
"unicorn/filename-case": "error" | ||
} | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
}, | ||
"gitHead": "817619a4a8f57707fc110316118cb25d60d97c75" | ||
"gitHead": "eca8f68eb2389d28f47f2fcf0b06b2b7f9575177" | ||
} |
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
47381
9