Skip to content

Commit

Permalink
fs is replaced by graceful-fs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezze committed Jun 6, 2018
1 parent 7008a61 commit 287e5cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
var path = require('path');
var fs = require('fs');
var fs = require('graceful-fs');
var mkdirp = require('mkdirp');
var jsonfile = require('jsonfile');
var semver = require('semver');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.4",
"graceful-fs": "^4.1.11",
"jsonfile": "^2.3.0",
"lodash.flatten": "^4.4.0",
"lodash.uniqwith": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ globby@^5.0.0:
pify "^2.0.0"
pinkie-promise "^2.0.0"

graceful-fs@^4.1.2, graceful-fs@^4.1.6:
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

Expand Down

0 comments on commit 287e5cf

Please sign in to comment.