Skip to content

Commit

Permalink
Merge pull request #323 from tschaub/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tschaub committed Jan 7, 2020
2 parents 6b87c84 + 3dcf9ea commit ff212fe
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 482 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

0 comments on commit ff212fe

Please sign in to comment.