mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix Snap.
Thanks to xet7 !
This commit is contained in:
parent
16388a5e25
commit
7761a22bb4
3 changed files with 2 additions and 11 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -1392,14 +1392,6 @@
|
||||||
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
|
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
|
||||||
"dev": true
|
"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": {
|
"figures": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/figures/-/figures-3.0.0.tgz",
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,6 @@
|
||||||
"bson": "^4.0.0",
|
"bson": "^4.0.0",
|
||||||
"bunyan": "^1.8.12",
|
"bunyan": "^1.8.12",
|
||||||
"es6-promise": "^4.2.4",
|
"es6-promise": "^4.2.4",
|
||||||
"fibers": "^4.0.1",
|
|
||||||
"gridfs-stream": "^0.5.3",
|
"gridfs-stream": "^0.5.3",
|
||||||
"ldapjs": "^1.0.2",
|
"ldapjs": "^1.0.2",
|
||||||
"meteor-node-stubs": "^0.4.1",
|
"meteor-node-stubs": "^0.4.1",
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ parts:
|
||||||
node-packages:
|
node-packages:
|
||||||
- node-gyp
|
- node-gyp
|
||||||
- node-pre-gyp
|
- node-pre-gyp
|
||||||
- fibers
|
- fibers@2.0.0
|
||||||
build-packages:
|
build-packages:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- apt-utils
|
- apt-utils
|
||||||
|
|
@ -190,7 +190,7 @@ parts:
|
||||||
# git clone --depth 1 -b master --recurse-submodules https://github.com/wekan/markdown.git
|
# git clone --depth 1 -b master --recurse-submodules https://github.com/wekan/markdown.git
|
||||||
# cd ..
|
# cd ..
|
||||||
#fi
|
#fi
|
||||||
rm -rf package-lock.json .build
|
rm -rf .build
|
||||||
meteor add standard-minifier-js --allow-superuser
|
meteor add standard-minifier-js --allow-superuser
|
||||||
meteor npm install --allow-superuser
|
meteor npm install --allow-superuser
|
||||||
meteor npm install --allow-superuser --save babel-runtime
|
meteor npm install --allow-superuser --save babel-runtime
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue