summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-22 00:18:59 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-22 00:18:59 +0200
commit6622dbb56b4f92e5b0629d175aec5cc14661cf8d (patch)
tree06521863e11403da726af512ccb8a323be4b376f /snapcraft.yaml
parent7963171058995fadb4862592a28a3f7368feec63 (diff)
downloadwekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.tar.gz
wekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.tar.bz2
wekan-6622dbb56b4f92e5b0629d175aec5cc14661cf8d.zip
Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1, fibers 2.0.0
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5bfdf056..a2524d25 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -70,12 +70,12 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 4.8.7
+ node-engine: 8.9.3
node-packages:
- - npm@4.6.1
+ - npm@5.5.1
- node-gyp
- node-pre-gyp
- - fibers@1.0.15
+ - fibers@2.0.0
build-packages:
- ca-certificates
- python
@@ -91,7 +91,7 @@ parts:
paxctl -mC `which node`
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
- sed -i "s|RELEASE=.*|RELEASE=\"1.4.4.1\"|g" install_meteor.sh
+ sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh
chmod +x install_meteor.sh
sh install_meteor.sh
rm install_meteor.sh