Skip to content

Commit 8093b20

Browse files
committed
fix: 🐛 move glob to dep instead of devDep
1 parent a7db06d commit 8093b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"commander": "^9.4.1",
4646
"cosmiconfig": "^8.0.0",
4747
"ora": "^5.4.1",
48-
"table": "^6.8.2"
48+
"table": "^6.8.2",
49+
"glob": "^8.0.3"
4950
},
5051
"devDependencies": {
5152
"@commitlint/cli": "^17.3.0",
@@ -61,7 +62,6 @@
6162
"@typescript-eslint/parser": "^5.44.0",
6263
"copyfiles": "^2.4.1",
6364
"eslint": "^8.28.0",
64-
"glob": "^8.0.3",
6565
"husky": "^8.0.2",
6666
"jest": "^29.3.1",
6767
"jest-ts-webcompat-resolver": "^1.0.0",

0 commit comments

Comments
 (0)