@gasket/plugin-lifecycle
Advanced tools
Comparing version 6.8.1 to 6.10.0
{ | ||
"name": "@gasket/plugin-lifecycle", | ||
"version": "6.8.1", | ||
"version": "6.10.0", | ||
"description": "Allows a gasket/ directory to be used for lifecycle hooks in applications.", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@gasket/engine": "^6.7.3", | ||
"@gasket/engine": "^6.10.0", | ||
"assume": "^2.3.0", | ||
@@ -47,6 +47,18 @@ "eslint": "^7.17.0", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"eslint-plugin-unicorn": "^39.0.0", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0" | ||
}, | ||
"gitHead": "34285a42a813e43e0ef26ba11356538055ab2984" | ||
"eslintConfig": { | ||
"extends": [ | ||
"godaddy" | ||
], | ||
"plugins": [ | ||
"unicorn" | ||
], | ||
"rules": { | ||
"unicorn/filename-case": "error" | ||
} | ||
}, | ||
"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
6828
9