Skip to content

Commit

Permalink
fix: move typescript and @types/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Jul 28, 2023
1 parent c679eb1 commit 0022341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ layers/commons/
"main": "index.ts",
"name": "layer-commons",
"version": "1.0.0",
"dependencies": {
"devDependencies": {
"@types/node": "^16.18.23",
"typescript": "^5.0.3"
},
Expand Down

0 comments on commit 0022341

Please sign in to comment.