diff --git a/lib/monkeypatch.js b/lib/monkeypatch.js index 0e78562..da31add 100644 --- a/lib/monkeypatch.js +++ b/lib/monkeypatch.js @@ -1,6 +1,8 @@ var async = require("async"), fs = require("fs"); +var _log = require('./log'); + module.exports = _monkeypatch; diff --git a/package.json b/package.json index 8a03ba9..159d8b8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "sardines": "~0.4.5", "async": "~0.2.10", "colors": "~0.6.2", - "glob": "~3.2.9" + "glob": "~3.2.9", + "progress": "~1.1.3" }, "preferGlobal": "true", "bin": {