Skip to content

Commit 3d7f409

Browse files
committed
Minor chat example fixes
1 parent 4231d2b commit 3d7f409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/chat/components/MessageList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const styles = {
1313
content: {
1414
display: 'flex',
1515
flexDirection: 'column',
16-
justifyContent: 'flex-end',
16+
justifyContent: 'center',
1717
},
1818
source: {
1919
// Hack, but stops flexbox from stretching

examples/chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "https://github.com/grrowl/redux-scuttlebutt",
1717
"dependencies": {
1818
"babel-preset-stage-0": "^6.5.0",
19-
"primus": "^5.2.2",
19+
"primus": "^6.0.0",
2020
"react": "^0.14.7",
2121
"react-dom": "^0.14.7",
2222
"react-redux": "^4.2.1",

0 commit comments

Comments
 (0)