We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f34c0 commit c3b3ab0Copy full SHA for c3b3ab0
lib/build.js
@@ -3,7 +3,7 @@
3
const gracefulFs = require('graceful-fs')
4
const fs = gracefulFs.promises
5
const path = require('path')
6
-const { glob } = require('glob')
+const { glob } = require('tinyglobby')
7
const log = require('./log')
8
const which = require('which')
9
const win = process.platform === 'win32'
package.json
@@ -24,13 +24,13 @@
24
"dependencies": {
25
"env-paths": "^2.2.0",
26
"exponential-backoff": "^3.1.1",
27
- "glob": "^10.3.10",
28
"graceful-fs": "^4.2.6",
29
"make-fetch-happen": "^14.0.3",
30
"nopt": "^8.0.0",
31
"proc-log": "^5.0.0",
32
"semver": "^7.3.5",
33
"tar": "^7.4.3",
+ "tinyglobby": "^0.2.11",
34
"which": "^5.0.0"
35
},
36
"engines": {
0 commit comments