diff --git a/lib/index.js b/lib/index.js index 63c020c..4b12d6a 100755 --- a/lib/index.js +++ b/lib/index.js @@ -11,6 +11,7 @@ var VantageServer = require("./server"); var VantageClient = require("./client"); var commons = require("./vantage-commons"); var repl = require("vorpal-repl"); +var chalk = require("chalk"); function Vantage() { @@ -168,4 +169,4 @@ _.extend(Vantage.prototype, { * Expose `Vantage`. */ -exports = module.exports = Vantage; \ No newline at end of file +exports = module.exports = Vantage; diff --git a/package.json b/package.json index ad05555..9c01240 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "socket.io": "1.4.5", "socket.io-client": "1.4.5", "strip-ansi": "^3.0.0", - "vantage-auth-basic": "^1.0.0", + "vantage-auth-basic": "github:mhesham90/vantage-auth-basic", "vorpal": "^1.11.1", "vorpal-repl": "^1.1.8" },