Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
build: use vscode-anymatch@3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 3, 2019
1 parent a131f19 commit 42800a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@ var EventEmitter = require('events').EventEmitter;
var fs = require('fs');
var sysPath = require('path');
var asyncEach = require('async-each');
var anymatch = require('anymatch');
var anymatch = require('vscode-anymatch');
var globParent = require('glob-parent');
var isGlob = require('is-glob');
var isAbsolute = require('path-is-absolute');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"types/index.d.ts"
],
"dependencies": {
"anymatch": "^2.0.0",
"vscode-anymatch": "microsoft/anymatch#b447e2626d238f8ca22e807c9b7bb204ab93da5e",
"async-each": "^1.0.1",
"braces": "^2.3.2",
"glob-parent": "^3.1.0",
Expand Down

0 comments on commit 42800a1

Please sign in to comment.