Skip to content

Commit

Permalink
fix: 🐛 move glob to dep instead of devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Aug 21, 2024
1 parent a7db06d commit 8093b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"commander": "^9.4.1",
"cosmiconfig": "^8.0.0",
"ora": "^5.4.1",
"table": "^6.8.2"
"table": "^6.8.2",
"glob": "^8.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
Expand All @@ -61,7 +62,6 @@
"@typescript-eslint/parser": "^5.44.0",
"copyfiles": "^2.4.1",
"eslint": "^8.28.0",
"glob": "^8.0.3",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-ts-webcompat-resolver": "^1.0.0",
Expand Down

0 comments on commit 8093b20

Please sign in to comment.