Open benogle opened 9 years ago
+1
+1
Installing atom-beautifier to /Users/iprishvin/.atom/packages ✗ No available version compatible with the installed Atom version: 1.7.4
+1 Installing atom-beautifier to /Users/amesg/.atom/packages ✗ No available version compatible with the installed Atom version: 1.8.0
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (
0.5.0
) of this package:activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.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.