Skip to content

Commit

Permalink
Mark's PR feedback; unused _
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Sep 17, 2015
1 parent 3dd2b4b commit fc393b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"add-licence": "uber-licence",
"check-licence": "uber-licence --dry",
"cover": "istanbul cover --print detail --report html test/index.js",
"jshint": "jshint --verbose *.js lib/*.js lib/request-proxy/*.js lib/swim/*.js scripts/*.js",
"jshint": "jshint --verbose *.js lib/**/*.js scripts/*.js server/**/*.js",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)",
"view-cover": "opn coverage/index.html"
},
Expand Down
1 change: 0 additions & 1 deletion server/protocol/join.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
// THE SOFTWARE.
'use strict';

var _ = require('underscore');
var safeParse = require('../../lib/util').safeParse;
var TypedError = require('error/typed');

Expand Down

0 comments on commit fc393b1

Please sign in to comment.