Skip to content

Commit

Permalink
upgrade fs-extra to v7.0.1
Browse files Browse the repository at this point in the history
fixes bug where identical files were being erased
  • Loading branch information
audionerd committed Feb 18, 2019
1 parent 95cea8c commit a5bdeac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"execa": "0.8.0",
"express": "^4.15.4",
"fraction.js": "4.0.3",
"fs-extra": "4.0.2",
"fs-extra": "7.0.1",
"gifencoder": "^1.1.0",
"gl-vec2": "^1.0.0",
"immer": "1.7.4",
Expand Down

1 comment on commit a5bdeac

@audionerd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for identical files being erased, see: jprichardson/node-fs-extra#198

Please sign in to comment.