-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #4, #8 greenkeeper updates #6
Conversation
Greenkeeper eslint 2.5.0
Greenkeeper smokesignals 1.0.3
Fixed #4 Doesn't play well with trailpack-autoreload
Current coverage is 88.77%
@@ master #6 diff @@
========================================
Files 8 8
Lines 170 187 +17
Methods 0 0
Branches 0 0
========================================
+ Hits 150 166 +16
- Misses 20 21 +1
Partials 0 0
|
Fixed #8 "<ModelName> is already defined in the registry" error on autoreload
Update smokesignals to version 1.0.6 🚀
"joi": "^8.1.0", | ||
"knex": "^0.11.3", | ||
"lodash": "^4.12.0", | ||
"trailpack": "^1.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally you don't need trailpack dependency because you extends trailpack-datastore
. Can you check ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing that! The trailpack
dependency removed.
No description provided.