Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jan 10, 2023
1 parent 5c3846e commit a3dbfe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "specut",
"description": "Cut massive test suites into equal chunks",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"type": "module",
"keywords":
Expand All @@ -25,7 +25,8 @@
},
"dependencies":
{
"commander": "9.4.1"
"commander": "9.4.1",
"glob": "8.0.3"
},
"devDependencies":
{
Expand Down

0 comments on commit a3dbfe6

Please sign in to comment.