Update packages.

This commit is contained in:
Lauri Ojansivu 2019-04-12 18:01:02 +00:00
parent 144771bebf
commit 9c50b81c70
4 changed files with 23 additions and 5 deletions

View file

@ -48,8 +48,6 @@ arillo:flow-router-helpers
audit-argument-checks@1.0.7
kadira:blaze-layout
kadira:dochead
meteorhacks:picker
meteorhacks:subs-manager
mquandalle:autofocus
ongoworks:speakingurl
raix:handlebar-helpers
@ -88,7 +86,10 @@ mquandalle:moment
msavin:usercache
wekan-scrollbar
mquandalle:perfect-scrollbar
mdg:meteor-apm-agent
meteorhacks:unblock
mdg:meteor-apm-agent@3.2.0-rc.0!
coagmano:stylus
lucasantoniassi:accounts-lockout
meteorhacks:subs-manager
meteorhacks:picker
lamhieu:unblock
meteorhacks:aggregate@1.3.0

View file

@ -79,6 +79,8 @@ kadira:blaze-layout@2.3.0
kadira:dochead@1.5.0
kadira:flow-router@2.12.1
kenton:accounts-sandstorm@0.7.0
lamhieu:meteorx@2.0.1
lamhieu:unblock@1.0.0
launch-screen@1.1.1
livedata@1.0.18
localstorage@1.2.0
@ -96,7 +98,6 @@ meteorhacks:collection-utils@1.2.0
meteorhacks:meteorx@1.4.1
meteorhacks:picker@1.0.3
meteorhacks:subs-manager@1.6.4
meteorhacks:unblock@1.1.0
meteorspark:util@0.2.0
minifier-css@1.4.2
minifier-js@2.4.1

View file

@ -26,8 +26,11 @@
"@babel/runtime": "^7.2.0",
"bcrypt": "^3.0.2",
"bson": "^4.0.0",
"bunyan": "^1.8.12",
"es6-promise": "^4.2.4",
"hoek": "^5.0.4",
"jquery-mousewheel": "^3.1.13",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
"os": "^0.1.1",
"page": "^1.8.6",

View 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",
]);
});