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.
activationEvents
was deprecated in favor ofactivationCommands
. 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.