ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Update package.json to be APIv1.0-compliant #6

Closed idan closed 9 years ago

idan commented 9 years ago

activationEvents was deprecated in favor of activationCommands. The field is empty — probably because this package is invoked by the linter, and not by the user, and so a straight s/activationCommands/activationEvents seems to work fine, and eliminates the warning in DeprecationCop.

Closes #5.

ricardofbarros commented 9 years ago

Thank you @idan. Merged and will publish a patch.