Shaun Burdick
Shaun Burdick
Hmmm, it shouldn't be trying to start a web process seeing it's not a webserver. I haven't used Heroku in a while but I will take a look.
Enjoy your vacation!
Updated the app.json file with a type to see if I can get it to avoid deploying a web version. Unfortunately Heroku want's payment info to deploy it for me....
@jesperorb Is this a fresh install? Looks like you're missing `moment-timezone` I just added it last release.
Coveralls is complaining that the test coverage lowered (ie you added code but didn't add tests to cover it)
Yeah, played around a little more and seems to be an issue with class hoisting, JS doesn't do that.
I ran into an similar issue. I submitted a PR #108 as a work around. I also have a fork with it implemented if you want to try that out.
Yeah, I didn't feel great about this fix. I agree that maybe a better solution would be to update `runCommand` to return both `stdout` and `stderr` and we can check...
The dependencies is missing `standard` (they probably have it installed globally). You can probably get away with doing an `npm install --save standard` on your fork and committing the new...
@sagargadekar601 Please understand that (like most open source libraries) this is written by volunteers on their free time. Issues are meant to raise possible problems with the library, not to...