Keith Irwin

Results 3 comments of Keith Irwin

Yes, I have to use a github URL in package.json to pull down the latest version (which has the fixes I need).

@extend1994 I'm not sure what you mean, but I have to add this: ```javascript "dependencies" : { "prettycron": "https://github.com/azza-bazoo/prettycron.git#d0b633ee482d1d7e0fe9853578c72af541b815e3" } ``` to my `package.json` file to get the most recent...

I encountered the same issue with Cider 0.8.2, and this fix worked for that as well.