Skip to content

Commit

Permalink
Move @types/glob to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 11, 2024
1 parent 464e834 commit 6cbfa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"prepare": "tsc"
},
"dependencies": {
"@types/glob": "^7.1.0",
"commander": "^5.0.0",
"glob": "^7.1.6",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/glob": "^7.1.0",
"@types/minimatch": "^3.0.5",
"@types/node": "^12.0.0",
"electron": "^22.0.0",
Expand Down

0 comments on commit 6cbfa1d

Please sign in to comment.