Skip to content

Commit

Permalink
Merge pull request subnub#47 from subnub/hotfix-1
Browse files Browse the repository at this point in the history
typescript hotfix
  • Loading branch information
subnub authored May 5, 2021
2 parents 674e745 + f974b23 commit e94527c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "GNU General Public License v3.0",
"engines": {
"node": "15.4.0"
"node": "^15.4.0"
},
"scripts": {
"server": "live-server public/",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@types/express": "^4.17.6",
"@types/helmet": "0.0.45",
"@types/jsonwebtoken": "^8.3.9",
"@types/mongodb": "^3.5.5",
"@types/mongoose": "^5.10.3",
"@types/mongodb": "3.5.33",
"@types/mongoose": "5.10.0",
"@types/node": "^13.13.13",
"@types/redis": "^2.8.26",
"@types/request": "^2.48.5",
Expand Down Expand Up @@ -85,8 +85,8 @@
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^0.8.2",
"moment": "^2.24.0",
"mongodb": "^3.5.3",
"mongoose": "~5.10.11",
"mongodb": "3.6.3",
"mongoose": "5.10.13",
"normalize.css": "^8.0.1",
"npm": "^7.3.0",
"password-prompt": "^1.1.2",
Expand Down

0 comments on commit e94527c

Please sign in to comment.