summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
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 21254918..281806fd 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -103,7 +103,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