Skip to content

Commit

Permalink
Fix EPEERINVALID
Browse files Browse the repository at this point in the history
  • Loading branch information
batazor committed Aug 1, 2016
1 parent 9db99f8 commit 670b1b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
### Demo
[demonstration](https://flux-chat.herokuapp.com)

### Docker

`docker-compose up`

## Run

npm i
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "testem",
"start": "nodemon src/server",
"start:prod": "node src/server",
"build": "NODE_ENV=production gulp build",
"push": "gulp push"
},
Expand All @@ -31,7 +32,7 @@
"body-parser": "^1.12.3",
"compression": "^1.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"express-session": "^1.11.1",
Expand All @@ -47,7 +48,7 @@
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"passport-vkontakte": "^0.4.0",
"passport.socketio": "^3.5.1",
"passport.socketio": "3.5.1",
"q": "^1.3.0",
"react": "^0.13.3",
"react-intl": "^1.2.0",
Expand All @@ -57,12 +58,12 @@
},
"devDependencies": {
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"babel-loader": "^5.4.2",
"browser-sync": "^2.7.1",
"flux": "^2.0.3",
"git-push": "^0.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.0.0",
Expand All @@ -73,13 +74,14 @@
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-webpack": "^1.4.0",
"material-ui": "^0.7.5",
"react-document-title": "^1.0.2",
"material-ui": "0.7.5",
"react-document-title": "1.0.2",
"react-emoji": "^0.3.2",
"react-remarkable": "^1.1.1",
"react-router": "^0.13.3",
"react-router": "0.13.3",
"react-router-proxy-loader": "^0.3.0",
"react-tap-event-plugin": "^0.1.6",
"react-side-effect": "^1.0.2",
"react-tap-event-plugin": "0.1.6",
"require-dir": "^0.3.0",
"superagent": "^1.2.0"
}
Expand Down

0 comments on commit 670b1b5

Please sign in to comment.