update to Meteor 1.4.2.1

This commit is contained in:
Sacha Greif 2016-11-10 17:27:06 +09:00
parent 378cd01ef2
commit 7e344476a4
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
METEOR@1.4.2
METEOR@1.4.2.1

View file

@ -6,6 +6,7 @@
},
"dependencies": {
"apollo-client": "^0.5.0",
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-alpha.2",

View file

@ -44,4 +44,4 @@ PostsList.propTypes = {
};
module.exports = withPostsList({})(PostsList);
module.exports = withPostsList({})(PostsList); // get terms from parent component