Skip to content

Commit

Permalink
Merge pull request #522 from walmartlabs/user/eran
Browse files Browse the repository at this point in the history
rename helmet to tv
  • Loading branch information
Eran Hammer committed Feb 11, 2013
2 parents dc81bc7 + c4f0c7d commit 703b7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var Events = require('events');
var Http = require('http');
var Https = require('https');
var NodeUtil = require('util');
var Helmet = require('hapi-helmet');
var Tv = require('tv');
var Log = require('hapi-log');
var Shot = require('shot');
var Auth = require('./auth');
Expand Down Expand Up @@ -184,7 +184,7 @@ module.exports = internals.Server = function (/* host, port, options */) {
// Setup debug endpoint

if (this.settings.debug) {
this._debugConsole = new Helmet(this.settings.debug);
this._debugConsole = new Tv(this.settings.debug);
var debugMarkup = this._debugConsole.getMarkup();
this.route({
method: 'GET',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"hoek": "0.4.x",
"boom": "0.3.x",
"joi": "0.0.x",
"hapi-helmet": "0.0.x",
"tv": "0.0.x",
"hapi-log": "0.1.x",
"hawk": "0.7.x",
"shot": "0.0.x",
Expand Down

0 comments on commit 703b7f4

Please sign in to comment.