Skip to content

Commit

Permalink
get rid of os-homedir dep (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner authored and nathancahill committed Jul 4, 2019
1 parent 9e94593 commit 652af0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"chalk": "^2.4.2",
"magic-string": "^0.25.3",
"minimist": "^1.2.0",
"os-homedir": "^2.0.0",
"regexpu-core": "^4.5.4"
}
}
2 changes: 1 addition & 1 deletion register.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var fs = require('fs');
var path = require('path');
var crypto = require('crypto');
var homedir = require('os-homedir');
var homedir = require('os').homedir;
var buble = require('./');

var original = require.extensions[ '.js' ];
Expand Down

0 comments on commit 652af0c

Please sign in to comment.