Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

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

Merged
merged 1 commit into from
May 18, 2015

Conversation

idan
Copy link
Contributor

@idan idan commented May 7, 2015

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 #29.

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 AtomLinter#29.
badray added a commit that referenced this pull request May 18, 2015
Update package.json to be APIv1.0-compliant
@badray badray merged commit c25054f into AtomLinter:master May 18, 2015
@bilderbuchi
Copy link

@badray @idan would the same fix be applicable to the deprecation warning in linter-pylint? see this issue and its duplicates.

@badray
Copy link
Contributor

badray commented May 19, 2015

@bilderbuchi yep it looks like it should be also applicable for that plugin.

@badray
Copy link
Contributor

badray commented May 20, 2015

@idan thanks for contributing! Fix merged and realeased in 1.4.1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package.getActivationCommands is deprecated.
4 participants