summaryrefslogtreecommitdiffstats
path: root/.meteor/packages
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-14 19:52:21 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-12-14 20:23:43 +0100
commit677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1 (patch)
tree6519f57337a65e309e39f07c7e09c2f8034e6981 /.meteor/packages
parent0954cff5b470712210275a9c0699d85d6579ab54 (diff)
downloadwekan-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/packages2
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