fs-extra v4.0.1 Release Notes

Release Date: 2017-07-31 // over 6 years ago
  • 🛠 Fixed

    • Previously, ensureFile() & ensureFileSync() would do nothing if the path was a directory. Now, they error out for consistency with ensureDir(). #465, #466, #470