Open benogle opened 9 years ago
Would love to see this fixed! :)
hey,
can you please help us out with that? currently nobody is using Atom at Codeship actively. i'll happily review and accept any PR on this.
ben
I don't have any experience with Atom package development, but if I can find the time at some point I'll have a look. Hopefully it's not a biggie.
+1
+1
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (
0.1.1
) of this package:styles/
directory instead ofstylesheets/
in the<pack-name>
packageView
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see up-to-date deprecations.
If this package has been replaced by another package or functionality in core, please reply with this information.
See https://github.com/atom/atom/issues/6867 for more info. Thanks!