Closed Bill77 closed 8 years ago
I ran into the same issue. I just tested this commit with the fix locally and everything worked great.
Hi @mrooding,
Is there any updates on this? We would like to incorporated these changes into our system.
Thanks in advance, Bill
@Bill77 Hi Bill, apologies for the silence. I'll come back to this this weekend once I've had the time to properly test this
@mrooding Hi Marc, thanks for getting back to me, sure no problem, let me know if I can be of any help for your testing. :)
@mrooding Hi Marc, was hoping for an update, thanks. :)
Hi Bill, it took me a bit longer than expected but I've just merged this PR and released version 0.1.0
Let me know if you run into any issues and thanks for contributing!
@mrooding, Awesome, was able to pull the NPM package today. Thanks for the help, sorry I was a nag in trying to get this release. But this helps our me to close out a branch for our team. :)
Appreciate the help!
Once opts.filename is set, all other files will use that same name. So the same file gets overwritten, but in order to support multiple .json files, had to add a temp variable that read the options object.
Also refactored the testing to support multiple files.
Relates to Issue 6.