SeanJM / atom-css-clean

A plugin for Atom which sorts and aligns CSS and SASS
MIT License
20 stars 2 forks source link

Always updates #31

Closed rugk closed 7 years ago

rugk commented 7 years ago

This package is marked as having an update and when updated it still has an update.

SeanJM commented 7 years ago

That is not good. I'll push another update, we'll see if that fixes it.

SeanJM commented 7 years ago

Fixed?

ricklecoat commented 7 years ago

Seems to have done the trick, thanks.

soderlind commented 7 years ago

I'm still getting this:

~/Sites/dev/app/public » apm outdated
Package Updates Available (1)
└── css-clean 2.19.0 -> 2.19.6
SeanJM commented 7 years ago

Can you code? I gotta be honest, with clients and work right now--I could use some help. :)

soderlind commented 7 years ago

The fix was simple, I had css-clean and since you've renamed it I:

apm remove css-clean
apm install atom-css-clean
SeanJM commented 7 years ago

That is a bummer/easy fix. I tried to resolve that with someone from the Atom team. Thank you for posting your solution!

Sent from my iPad

On Apr 19, 2017, at 2:31 PM, Per Søderlind notifications@github.com wrote:

The fix was simple, I had css-clean and since you've renamed it I:

apm remove css-clean apm install atom-css-clean — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.