Skip to content

Commit

Permalink
tools: change minimatch install strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Oct 30, 2023
1 parent ecf0330 commit 8f1b37d
Show file tree
Hide file tree
Showing 64 changed files with 6,272 additions and 670 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified deps/minimatch/index.js
Binary file not shown.
6,216 changes: 6,216 additions & 0 deletions deps/minimatch/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"snap": "c8 tap",
"format": "prettier --write . --loglevel warn",
"benchmark": "node benchmark/index.js",
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts",
"node-build": "esbuild ./dist/cjs/index.js --bundle --platform=node --outfile=index.js"
},
"prettier": {
"semi": false,
Expand All @@ -62,6 +63,7 @@
"@types/node": "^18.15.11",
"@types/tap": "^15.0.8",
"c8": "^7.12.0",
"esbuild": "^0.19.5",
"eslint-config-prettier": "^8.6.0",
"mkdirp": "1",
"prettier": "^2.8.2",
Expand Down
15 changes: 0 additions & 15 deletions deps/minimatch/src/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions deps/minimatch/src/node_modules/balanced-match/LICENSE.md

This file was deleted.

97 changes: 0 additions & 97 deletions deps/minimatch/src/node_modules/balanced-match/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions deps/minimatch/src/node_modules/balanced-match/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions deps/minimatch/src/node_modules/balanced-match/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions deps/minimatch/src/node_modules/brace-expansion/LICENSE

This file was deleted.

Loading

0 comments on commit 8f1b37d

Please sign in to comment.