electron-json-storage
electron-json-storage copied to clipboard
Add .watch()
I was planning to use fs.watch or fs.watchfile on the node api, but there were several problems (eg. called twice), so i found the library 'chokidar' that solved these problems and used it to create a .watch() method
Sorry for taking so long. The overall approach looks good, but the tests seem to be failing.