Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
avoid minimatch dependency in json languageservice. Fixes microsoft/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 16, 2021
1 parent 4c5bfeb commit 7099bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"requirejs": "^2.3.6",
"terser": "^5.6.0",
"typescript": "4.2.4",
"vscode-json-languageservice": "4.1.5",
"vscode-json-languageservice": "4.1.6",
"vscode-uri": "3.0.2"
},
"husky": {
Expand Down
5 changes: 0 additions & 5 deletions scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ function bundleOne(moduleId, exclude) {
location: path.join(REPO_ROOT, 'node_modules/vscode-uri/lib/umd'),
main: 'index'
},
{
name: 'minimatch',
location: path.join(REPO_ROOT, 'node_modules/minimatch'),
main: 'minimatch'
},
{
name: 'vscode-nls',
location: path.join(REPO_ROOT, '/out/amd/fillers'),
Expand Down

0 comments on commit 7099bd7

Please sign in to comment.