Created
August 26, 2014 22:32
-
-
Save fungilation/c222c140e899ad2223c8 to your computer and use it in GitHub Desktop.
My .meteor/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
# Meteor packages used by this project, one per line. | |
# | |
# 'meteor add' and 'meteor remove' will edit this file for you, | |
# but you can also edit it by hand. | |
standard-app-packages | |
coffeescript | |
accounts-entry | |
accounts-password | |
less | |
mrt:[email protected] | |
http | |
accounts-facebook | |
moment | |
sewdn:[email protected] | |
inject-initial | |
mrt:[email protected] | |
bootstrap3-less | |
percolatestudio:[email protected] | |
cmather:[email protected] | |
reactive-dict | |
sewdn:[email protected] | |
noorderstorm:[email protected] | |
mrt:[email protected] | |
raix:[email protected] | |
mizzao:[email protected] | |
mrt:[email protected] | |
mrt:[email protected] | |
arunoda:[email protected] | |
accounts-ui | |
fast-render | |
subs-manager | |
font-awesome-4-less | |
collection2 | |
appcache | |
publish-composite | |
jqueryui
is also borked by the new build system in 0.9. I don't think it will be fully functional.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meteor remove cmather:iron-router
meteor add iron:router
Note: I'm not sure if mrt:iron-router-progress is working so double checkout removing that or making sure that it depends on iron:router and not cmather:iron-router. Also, I'm getting reports that accounts-entry might not be working quite yet.