summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-29 00:45:37 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-29 00:45:37 +0300
commit7761a22bb4e88ad9a5a39ed84e1ff244015c3a58 (patch)
treefccd5b1882e021dd7a5076a3fea0eef215b6b646
parent16388a5e25ebcd0f61afcebfd1f77f67db85d0b5 (diff)
downloadwekan-7761a22bb4e88ad9a5a39ed84e1ff244015c3a58.tar.gz
wekan-7761a22bb4e88ad9a5a39ed84e1ff244015c3a58.tar.bz2
wekan-7761a22bb4e88ad9a5a39ed84e1ff244015c3a58.zip
Fix Snap.
Thanks to xet7 !
-rw-r--r--package-lock.json8
-rw-r--r--package.json1
-rw-r--r--snapcraft.yaml4
3 files changed, 2 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 64c36dae..b5a093f2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1392,14 +1392,6 @@
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
"dev": true
},
- "fibers": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/fibers/-/fibers-4.0.1.tgz",
- "integrity": "sha512-H79EJn7DMWXk48ygmC82bMP8KNcFBZF1CPfwBpYF6cO85hGWoIrlu7eyX9ayxfjP9Nsl0JXxdI6fpYU4DWVw2w==",
- "requires": {
- "detect-libc": "^1.0.3"
- }
- },
"figures": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz",
diff --git a/package.json b/package.json
index 60a01c72..6223b12f 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"bson": "^4.0.0",
"bunyan": "^1.8.12",
"es6-promise": "^4.2.4",
- "fibers": "^4.0.1",
"gridfs-stream": "^0.5.3",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 9419e932..15fd9fc3 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -85,7 +85,7 @@ parts:
node-packages:
- node-gyp
- node-pre-gyp
- - fibers
+ - fibers@2.0.0
build-packages:
- ca-certificates
- apt-utils
@@ -190,7 +190,7 @@ parts:
# git clone --depth 1 -b master --recurse-submodules https://github.com/wekan/markdown.git
# cd ..
#fi
- rm -rf package-lock.json .build
+ rm -rf .build
meteor add standard-minifier-js --allow-superuser
meteor npm install --allow-superuser
meteor npm install --allow-superuser --save babel-runtime