Skip to content

Commit

Permalink
move __some__ ts definitions to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tedeh committed Aug 12, 2022
1 parent 7296fad commit 1d2308e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
64 changes: 36 additions & 28 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 @@ -50,8 +50,6 @@
},
"dependencies": {
"@types/connect": "^3.4.33",
"@types/express-serve-static-core": "^4.17.9",
"@types/lodash": "^4.14.159",
"@types/node": "^12.12.54",
"@types/ws": "^7.4.4",
"commander": "^2.20.3",
Expand All @@ -66,6 +64,8 @@
"ws": "^7.4.5"
},
"devDependencies": {
"@types/express-serve-static-core": "^4.17.30",
"@types/lodash": "^4.14.182",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 1d2308e

Please sign in to comment.