Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Jan 7, 2020
1 parent a99f81f commit ad0853b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lib/util.js
@@ -1,7 +1,7 @@
const path = require('path');
const Git = require('./git');
const async = require('async');
const fs = require('graceful-fs');
const fs = require('fs-extra');

/**
* Generate a list of unique directory paths given a list of file paths.
Expand Down
22 changes: 7 additions & 15 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -34,10 +34,8 @@
"commander": "^2.18.0",
"email-addresses": "^3.0.1",
"filenamify-url": "^1.0.0",
"fs-extra": "^7.0.0",
"globby": "^6.1.0",
"graceful-fs": "^4.1.11",
"rimraf": "^2.6.2"
"fs-extra": "^8.1.0",
"globby": "^6.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit ad0853b

Please sign in to comment.