bublejs / buble

https://buble.surge.sh
MIT License
869 stars 67 forks source link

Get rid of os-homedir dependency #207

Closed mourner closed 5 years ago

mourner commented 5 years ago

Fixes the following warning when installing buble v0.19.8:

npm WARN deprecated os-homedir@2.0.0: This is not needed anymore. Use `require('os').homedir()` instead.

os-homedir isn't needed since Node v2.3.0.

nathancahill commented 5 years ago

Awesome

timbomckay commented 4 years ago

Has this fix been released?