mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update packages.
This commit is contained in:
parent
144771bebf
commit
9c50b81c70
4 changed files with 23 additions and 5 deletions
|
@ -48,8 +48,6 @@ arillo:flow-router-helpers
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
kadira:blaze-layout
|
kadira:blaze-layout
|
||||||
kadira:dochead
|
kadira:dochead
|
||||||
meteorhacks:picker
|
|
||||||
meteorhacks:subs-manager
|
|
||||||
mquandalle:autofocus
|
mquandalle:autofocus
|
||||||
ongoworks:speakingurl
|
ongoworks:speakingurl
|
||||||
raix:handlebar-helpers
|
raix:handlebar-helpers
|
||||||
|
@ -88,7 +86,10 @@ mquandalle:moment
|
||||||
msavin:usercache
|
msavin:usercache
|
||||||
wekan-scrollbar
|
wekan-scrollbar
|
||||||
mquandalle:perfect-scrollbar
|
mquandalle:perfect-scrollbar
|
||||||
mdg:meteor-apm-agent
|
mdg:meteor-apm-agent@3.2.0-rc.0!
|
||||||
meteorhacks:unblock
|
|
||||||
coagmano:stylus
|
coagmano:stylus
|
||||||
lucasantoniassi:accounts-lockout
|
lucasantoniassi:accounts-lockout
|
||||||
|
meteorhacks:subs-manager
|
||||||
|
meteorhacks:picker
|
||||||
|
lamhieu:unblock
|
||||||
|
meteorhacks:aggregate@1.3.0
|
||||||
|
|
|
@ -79,6 +79,8 @@ kadira:blaze-layout@2.3.0
|
||||||
kadira:dochead@1.5.0
|
kadira:dochead@1.5.0
|
||||||
kadira:flow-router@2.12.1
|
kadira:flow-router@2.12.1
|
||||||
kenton:accounts-sandstorm@0.7.0
|
kenton:accounts-sandstorm@0.7.0
|
||||||
|
lamhieu:meteorx@2.0.1
|
||||||
|
lamhieu:unblock@1.0.0
|
||||||
launch-screen@1.1.1
|
launch-screen@1.1.1
|
||||||
livedata@1.0.18
|
livedata@1.0.18
|
||||||
localstorage@1.2.0
|
localstorage@1.2.0
|
||||||
|
@ -96,7 +98,6 @@ meteorhacks:collection-utils@1.2.0
|
||||||
meteorhacks:meteorx@1.4.1
|
meteorhacks:meteorx@1.4.1
|
||||||
meteorhacks:picker@1.0.3
|
meteorhacks:picker@1.0.3
|
||||||
meteorhacks:subs-manager@1.6.4
|
meteorhacks:subs-manager@1.6.4
|
||||||
meteorhacks:unblock@1.1.0
|
|
||||||
meteorspark:util@0.2.0
|
meteorspark:util@0.2.0
|
||||||
minifier-css@1.4.2
|
minifier-css@1.4.2
|
||||||
minifier-js@2.4.1
|
minifier-js@2.4.1
|
||||||
|
|
|
@ -26,8 +26,11 @@
|
||||||
"@babel/runtime": "^7.2.0",
|
"@babel/runtime": "^7.2.0",
|
||||||
"bcrypt": "^3.0.2",
|
"bcrypt": "^3.0.2",
|
||||||
"bson": "^4.0.0",
|
"bson": "^4.0.0",
|
||||||
|
"bunyan": "^1.8.12",
|
||||||
"es6-promise": "^4.2.4",
|
"es6-promise": "^4.2.4",
|
||||||
"hoek": "^5.0.4",
|
"hoek": "^5.0.4",
|
||||||
|
"jquery-mousewheel": "^3.1.13",
|
||||||
|
"ldapjs": "^1.0.2",
|
||||||
"meteor-node-stubs": "^0.4.1",
|
"meteor-node-stubs": "^0.4.1",
|
||||||
"os": "^0.1.1",
|
"os": "^0.1.1",
|
||||||
"page": "^1.8.6",
|
"page": "^1.8.6",
|
||||||
|
|
13
packages/meteorx/package.js
Normal file
13
packages/meteorx/package.js
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Package.describe({
|
||||||
|
name: "meteorhacks:meteorx",
|
||||||
|
summary: "Proxy for getting another meteorx fork",
|
||||||
|
version: "1.4.1"
|
||||||
|
});
|
||||||
|
|
||||||
|
Package.onUse((api) => {
|
||||||
|
api.export("MeteorX");
|
||||||
|
api.use([
|
||||||
|
"lamhieu:meteorx",
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue