mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
update to Meteor 1.4.2.1
This commit is contained in:
parent
378cd01ef2
commit
7e344476a4
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
METEOR@1.4.2
|
||||
METEOR@1.4.2.1
|
|
@ -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",
|
||||
|
|
|
@ -44,4 +44,4 @@ PostsList.propTypes = {
|
|||
|
||||
};
|
||||
|
||||
module.exports = withPostsList({})(PostsList);
|
||||
module.exports = withPostsList({})(PostsList); // get terms from parent component
|
Loading…
Add table
Reference in a new issue