Skip to content

Commit

Permalink
fix: dependency was dev-dependency (#91)
Browse files Browse the repository at this point in the history
Because `@commander-js/extra-typings` had typings in the name I incorrectly thought it was a dev-only dependency, but it needs to be a regular dependency instead.
  • Loading branch information
ComradeVanti committed Dec 31, 2023
1 parent 56d54a7 commit 79640df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.17.0",
"@commander-js/extra-typings": "^9.5.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/cli-table": "^0.3.2",
Expand Down Expand Up @@ -69,6 +68,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@commander-js/extra-typings": "^9.5.0",
"@iarna/toml": "^2.2.5",
"another-npm-registry-client": "^8.7.0",
"chalk": "^4.1.2",
Expand Down

0 comments on commit 79640df

Please sign in to comment.