Skip to content

Commit

Permalink
Move @types/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 17, 2024
1 parent 19e1fef commit 2427e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/package-lock.json

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

8 changes: 5 additions & 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 @@ -59,10 +59,10 @@
"@protobufjs/path": "^1.1.2",
"@protobufjs/pool": "^1.1.0",
"@protobufjs/utf8": "^1.1.0",
"@types/node": ">=13.7.0",
"long": "^5.0.0"
},
"devDependencies": {
"@types/node": ">=13.7.0",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"browserify-wrap": "^1.0.2",
Expand Down

0 comments on commit 2427e5f

Please # to comment.