remove remnant homedir dependency
This commit is contained in:
parent
bf3eeedf2b
commit
ad577a2f62
|
@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) {
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.tplCopy = function (copy) {
|
module.exports.tplCopy = function (copy) {
|
||||||
var homedir = require('homedir')();
|
var homedir = require('os').homedir();
|
||||||
var tplKeys;
|
var tplKeys;
|
||||||
|
|
||||||
copy.hostnameGet = function (copy) {
|
copy.hostnameGet = function (copy) {
|
||||||
|
|
Loading…
Reference in New Issue