Skip to content

Commit

Permalink
Merge pull request #89 from richardbrinkman/master
Browse files Browse the repository at this point in the history
Removed duplicate import of http
  • Loading branch information
claudioc committed Jul 19, 2015
2 parents c1511a9 + bfdaed9 commit 9f37eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jingo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Released under the MIT license
*/
var program = require('commander'),
http = require('http'),
tools = require('./lib/tools'),
config = require('./lib/config'),
http = require('http'),
Expand Down

0 comments on commit 9f37eac

Please sign in to comment.