robhurring / atom-change-case

atom plugin for node-change-case
MIT License
34 stars 14 forks source link

Fix deprecated API usage #13

Closed 0----0 closed 9 years ago

0----0 commented 9 years ago

Address #12 as well as a second deprecation warning given under Deprecated Selectors by the deprecation cop.

The atom.commands.add was taken from https://atom.io/docs/latest/your-first-package , which uses it in the latest "your first package" tutorial.

The atom-workspace tag was given by the deprecation cop, which suggests it instead of the workspace class.