Created
April 5, 2016 14:09
-
-
Save helb/07c7bcfb409825a67bc637ca2fbb96e0 to your computer and use it in GitHub Desktop.
meteor update all packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in `sed "s/@.*//" .meteor/versions`; do meteor update $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment