Atom will no longer load this package after June 1st without changes. There is one deprecation on the latest version (0.2.0) of this package:
Are you trying to listen for the <some:command-name> Atom command with jQuery::on? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.
Atom will no longer load this package after June 1st without changes. There is one deprecation on the latest version (
0.2.0
) of this package:<some:command-name>
Atom command withjQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see what deprecations are being reported on this package.
See https://github.com/atom/atom/issues/6867 for more info.