Skip to content

Commit 38c30c9

Browse files
committed
Use version of glob needed by scripts/version
1 parent 9fbbf54 commit 38c30c9

File tree

2 files changed

+33
-204
lines changed

2 files changed

+33
-204
lines changed

package-lock.json

Lines changed: 26 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717
"clean:modules": "npm exec --workspaces -- npx rimraf node_modules && npx rimraf node_modules",
1818
"clean:tsbuildinfo": "npm exec --workspaces -- npx rimraf tsconfig.tsbuildinfo"
1919
},
20-
"keywords": ["load-testing", "aws-lambda", "oha", "k6"],
20+
"keywords": [
21+
"load-testing",
22+
"aws-lambda",
23+
"oha",
24+
"k6"
25+
],
2126
"author": "PwrDrvr LLC",
2227
"license": "MIT",
2328
"devDependencies": {
24-
"glob": "9.3.5",
29+
"glob": "^7.1.3",
2530
"rimraf": "6.0.1",
2631
"semver": "7.7.1"
2732
}

0 commit comments

Comments
 (0)