Skip to content

Commit

Permalink
added node as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KUSHAD committed Sep 29, 2020
1 parent c59ea37 commit 023be9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"dependencies": {
"express": "^4.17.1",
"nedb": "^1.8.0",
"node": "^12.18.4",
"serve-favicon": "^2.5.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/nedb": "^1.8.11",
"@types/node": "^14.11.2",
"@types/serve-favicon": "^2.5.0",
"@types/socket.io": "^2.1.11",
"nodemon": "^2.0.4"
Expand Down

0 comments on commit 023be9c

Please sign in to comment.