Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a setting to ignore updates for specific packages #33

Open
tjbenton opened this issue Nov 25, 2015 · 1 comment
Open

Add a setting to ignore updates for specific packages #33

tjbenton opened this issue Nov 25, 2015 · 1 comment

Comments

@tjbenton
Copy link

Having an option that allows you to ignore updates for specific packages could be very useful. As of today emmet pushed an update(emmet@2.3.15) and that version has a lot of bugs in it, and one of those was that it wouldn't allow me to use the enter key 👎. As you can imagine it makes it impossible to develop. So I installed just ran apm rm emmet; apm install emmet@2.3.14 to install the previous version and everything was back to normal, but then this package updated it automatically 30min later so I had to do it again, and I'll probably have to do it again in 6 hrs.

It's not a huge deal, but in cases like the one with emmet it would be very useful to ignore updates. It would be even better to ignore updates for specific package versions using semver

ignore: ['emmet@2.3.15', 'somepackage@1.3.*, 'etc..']

Just a thought, and thanks for this awesome package. It allows me and my team to have the same packages installed without me having to bug them to update everything.

@timkelty
Copy link

👍 I have a package fork I'm running, but I'd like everything else to keep updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants