@gasket/plugin-lifecycle
Advanced tools
Comparing version 6.7.3 to 6.8.1
# `@gasket/plugin-lifecycle` | ||
### 6.8.1 | ||
- Update main field ([#301]) | ||
### 6.0.0 | ||
@@ -31,1 +35,2 @@ | ||
[#247]: https://github.com/godaddy/gasket/pull/247 | ||
[#301]: https://github.com/godaddy/gasket/pull/301 |
{ | ||
"name": "@gasket/plugin-lifecycle", | ||
"version": "6.7.3", | ||
"version": "6.8.1", | ||
"description": "Allows a gasket/ directory to be used for lifecycle hooks in applications.", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -49,3 +49,3 @@ "lint": "eslint *.js test/*.js", | ||
}, | ||
"gitHead": "d9ffd55a34b78f9a8d0a09e79cf93cf8a15a104d" | ||
"gitHead": "34285a42a813e43e0ef26ba11356538055ab2984" | ||
} |
6621