Skip to content

Commit

Permalink
Deps: (t2-)npmlog, switch to a temporary module until upstream patch …
Browse files Browse the repository at this point in the history
…is landed and released

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Jul 18, 2016
1 parent bfdeadf commit ee98070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const util = require('util');

// Third Party Dependencies
const charSpinner = require('char-spinner');
const npmlog = require('npmlog');
const npmlog = require('t2-npmlog');

// "DEBUG ..."
//
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"node-rsa": "^0.2.26",
"nomnom": "^1.8.1",
"npm": "^2.7.1",
"npmlog": "github:rwaldron/npmlog#31",
"osenv": "^0.1.0",
"progress": "^1.1.8",
"promzard": "^0.3.0",
Expand All @@ -73,6 +72,7 @@
"ssh2": "^0.4.2",
"sshpk": "^1.6.0",
"stream-to-buffer": "^0.1.0",
"t2-npmlog": "3.1.2",
"t2-project": "^0.4.0",
"tar": "^2.1.1",
"tar-stream": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion test/common/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ global.Ignore = require('fstream-ignore');
global.inquirer = require('inquirer');
global.mdns = require('mdns-js');
global.mkdirp = require('mkdirp');
global.npmlog = require('npmlog');
global.npmlog = require('t2-npmlog');
global.osenv = require('osenv');
global.Project = require('t2-project');
global.fstream = require('fstream');
Expand Down

0 comments on commit ee98070

Please sign in to comment.