Skip to content

Commit

Permalink
fix: move commander to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamdz committed Nov 16, 2024
1 parent b9c9c65 commit 4b7eafd
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 @@ -115,7 +115,6 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"commander": "^12.1.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.14.0",
Expand All @@ -138,6 +137,7 @@
},
"packageManager": "yarn@4.5.1",
"dependencies": {
"commander": "^12.1.0",
"countries-list": "^3.1.1",
"dutyhours": "^1.0.1"
}
Expand Down

0 comments on commit 4b7eafd

Please sign in to comment.