Skip to content

Commit

Permalink
fix: move @types/js-yaml to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhendumadhukar committed Aug 28, 2022
1 parent 1363f5f commit c29d1c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 62 deletions.
65 changes: 5 additions & 60 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"dependencies": {
"@grpc/grpc-js": "^1.4.6",
"@grpc/proto-loader": "^0.6.8",
"@types/js-yaml": "^4.0.5",
"apicache": "^1.6.3",
"compression": "^1.7.4",
"convert-csv-to-json": "^1.3.1",
Expand Down Expand Up @@ -72,6 +71,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/express": "^4.17.11",
"@types/node": "^14.14.37",
"@types/q": "^1.5.5",
Expand All @@ -90,4 +90,4 @@
"semantic-release": "^17.4.3",
"typescript": "^4.4.4"
}
}
}

0 comments on commit c29d1c0

Please sign in to comment.