summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-28 17:20:34 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-28 17:20:34 +0200
commit89d0da5eee953d9be1c5a9cf427a96dd74838257 (patch)
treee15941a51b3d0b60e007be1d83368032f31a9553 /rebuild-wekan.sh
parent03fbc1cd70a78a57306080c8259cc811aa066f3d (diff)
downloadwekan-89d0da5eee953d9be1c5a9cf427a96dd74838257.tar.gz
wekan-89d0da5eee953d9be1c5a9cf427a96dd74838257.tar.bz2
wekan-89d0da5eee953d9be1c5a9cf427a96dd74838257.zip
- Update dependencies. But this Meteor 1.8.x version still does not work
because of tap:18n bug. Thanks to xet7 !
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 1b2016d0..f2812840 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -102,7 +102,7 @@ do
npm_call -g install npm
npm_call -g install node-gyp
# Latest fibers for Meteor 1.6
- npm_call -g install fibers@2.0.0
+ npm_call -g install fibers@3.1.1
# Install Meteor, if it's not yet installed
curl https://install.meteor.com | bash
break