empty-dir

Check if a directory is empty.

MIT License

Downloads
291.2K
Stars
20
Committers
9

Bot releases are visible (Hide)

empty-dir - empty-dir v3.0.0 Latest Release

Published by github-actions[bot] about 2 years ago

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (8c8aeee)
empty-dir - v2.0.0

Published by phated almost 6 years ago

Breaking

  • Use Promise internally and return it when no callback specified (45d1e0c) - Closes #5

Scaffold

empty-dir - v0.2.1

Published by phated almost 6 years ago

Update

  • Use fs-exists-sync instead of try-open (0e76875)

Docs

Build

  • Remove node 0.8 from Travis matrix (d271c25)

Scaffold

  • Update repository paths (31e9a21)
empty-dir - v0.1.0

Published by phated almost 6 years ago

New

empty-dir - v1.0.0

Published by phated almost 6 years ago

Breaking

  • Refactor and cleanup library (d53784a)

Upgrade

  • Update mocha & chai devDependencies (977a271)
empty-dir - v0.2.0

Published by phated almost 6 years ago

New

  • Add support for a filter function & update project structure (5d7dfde) - Closes #1

Update

  • Create the fixture directory for tests (06b9195)

Docs