Closed delputnam closed 7 years ago
Hi delputnam,
Thanks for your report.
In 0.1.0 version, I used two dependencies, i.e. Q and atom-space-pen-views, but they are deprecated. Therefore, I removed them in 1.0.0 version and used new packages. It should be no any deprecated warning. But there is still here. I don't know why, I'll check how to fix them.
lol....
Sorry, I found where is the problem. I forget to change done() to then(). I'll fix it in next release.
Atom now uses ES6 Promises instead of Q. Call promise.then instead of promise.done