Added progress to package.json dependencies; Defined _log in monkeypatch.js
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
var async = require("async"),
|
||||
fs = require("fs");
|
||||
|
||||
var _log = require('./log');
|
||||
|
||||
module.exports = _monkeypatch;
|
||||
|
||||
|
||||
|
||||
+2
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user