We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c63529 commit f8ed94dCopy full SHA for f8ed94d
index.js
@@ -5,7 +5,6 @@ var globAsync = Promise.promisify(require('glob'));
5
var fs = Promise.promisifyAll(require('fs-extra'));
6
var dir = Promise.promisifyAll(require('node-dir'));
7
var minimatch = require('minimatch');
8
-var os = require('os');
9
10
function toLooksLikeDirectory(pattern) {
11
var filename = pattern.to;
0 commit comments