Skip to content

Commit

Permalink
fix: add @types/node to package.json (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Sep 6, 2023
1 parent 9453ad9 commit c31ceab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/create-glee-app/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"homepage": "https:/asyncapi/glee-hello-world#readme",
"dependencies": {
"@asyncapi/glee": "^0.26.2"
},
"devDependencies": {
"@types/node": "^20.5.9"
}
}

0 comments on commit c31ceab

Please sign in to comment.