diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-12-14 19:52:21 +0100 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-12-14 20:23:43 +0100 |
commit | 677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1 (patch) | |
tree | 6519f57337a65e309e39f07c7e09c2f8034e6981 /.meteor/packages | |
parent | 0954cff5b470712210275a9c0699d85d6579ab54 (diff) | |
download | wekan-677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1.tar.gz wekan-677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1.tar.bz2 wekan-677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1.zip |
Replace reywood:publish-composite by cottz:publish-relations
Since bug #431 is due to publish-composite I tried to fix this package
and propose a pull request but the code was difficult to refactor. I
decided to use @cottz package instead which handled DDP messages in
the correct order.
Fixes #431
Diffstat (limited to '.meteor/packages')
-rw-r--r-- | .meteor/packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.meteor/packages b/.meteor/packages index 98c06cc9..93965383 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -18,13 +18,13 @@ es5-shim aldeed:collection2 cfs:gridfs cfs:standard-packages +cottz:publish-relations dburles:collection-helpers idmontie:migrations matb33:collection-hooks matteodem:easy-search mongo mquandalle:collection-mutations -reywood:publish-composite # Account system accounts-password |