Skip to content

Commit

Permalink
Require Node.js 8, update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Aug 11, 2019
1 parent a91bd18 commit 3cf751e
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 234 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ node_js:
- 12
- 10
- 8
- 6

os:
- linux
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ resilient to errors.
* Queues up `open` and `readdir` calls, and retries them once
something closes if there is an EMFILE error from too many file
descriptors.
* fixes `lchmod` for Node versions prior to 0.6.2.
* implements `fs.lutimes` if possible. Otherwise it becomes a noop.
* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or
`lchown` if the user isn't root.
Expand Down Expand Up @@ -79,8 +78,7 @@ also imposes the challenge of keeping in sync with the core module.

The current approach loads the `fs` module, and then creates a
lookalike object that has all the same methods, except a few that are
patched. It is safe to use in all versions of Node from 0.8 through
7.0.
patched.

### v4

Expand Down
Loading

0 comments on commit 3cf751e

Please sign in to comment.