-
Notifications
You must be signed in to change notification settings - Fork 19
fix example #17
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 example #17
Conversation
05ce511
to
69d382c
Compare
CI is failing because eslint is unhappy about something. Also, I don't think we need Seems good otherwise! |
69d382c
to
8ab0bcb
Compare
Looks like I forgot to check in the rc file for eslint. It should be there. I've removed the package lock file. A bit of confusion here, though; isn't it generally considered best practice to include it? Our npm dep tree on these isn't particularly sophisticated, but I would think that it would serve to remove one potential source of (admittedly unlikely) error. |
Update node dependencies and fix example.
8ab0bcb
to
cc7dccc
Compare
rebased |
@hdgarrood Any thoughts on this? |
👍. I haven't had enough contact with recent versions of |
I don't think it should personally, since I've been adding it to the |
Oh wait, this one is set up to pull latests GH release too, so it also doesn't have a compiler version in the package.json, so disregard that part. |
The example provided by this PR seems good. We would need to fix the merge conflicts, update to |
Superceded by #36 |
Update node dependencies and fix example.