diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-21 21:20:23 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-22 01:05:09 +0200 |
commit | 4fc72d64b4e7a41875ef0778597dc3e66741ce8c (patch) | |
tree | 767bca35f721c8403be2b33037d0c976637eaf4d /.meteor/packages | |
parent | ae4288d5075a98bc141081b3449581ec4f07743f (diff) | |
download | wekan-4fc72d64b4e7a41875ef0778597dc3e66741ce8c.tar.gz wekan-4fc72d64b4e7a41875ef0778597dc3e66741ce8c.tar.bz2 wekan-4fc72d64b4e7a41875ef0778597dc3e66741ce8c.zip |
Upgrade dependencies
This includes a security fix in mquandalle:bower, and a new package
for useraccounts iron-router templates which forced us to move some
configuration function calls.
Diffstat (limited to '.meteor/packages')
-rw-r--r-- | .meteor/packages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.meteor/packages b/.meteor/packages index dd4f409e..f983802f 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -14,6 +14,7 @@ kenton:accounts-sandstorm service-configuration useraccounts:core useraccounts:unstyled +useraccounts:iron-routing # Compilers mquandalle:jade |