Skip to content

Commit

Permalink
Remove unused browserify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 10, 2016
1 parent a4e0ab8 commit 055324b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion index.js
@@ -1,6 +1,5 @@

var sio = require('socket.io');
var browserify = require('browserify-middleware');
var forwarded = require('forwarded-for');
var debug = require('debug');

Expand Down
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -10,10 +10,6 @@
"socket.io": "1.3.7",
"socket.io-redis": "1.0.0"
},
"devDependencies": {
"browserify": "3.31.2",
"browserify-middleware": "2.3.0"
},
"scripts": {
"start": "node index.js"
}
Expand Down

0 comments on commit 055324b

Please sign in to comment.