mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-23 21:11:31 +11:00
switch from redis to hashmap
This commit is contained in:
parent
29ba7e6510
commit
bc17ff8b7b
|
@ -16,15 +16,15 @@
|
|||
"@types/express": "^4.0.35",
|
||||
"@types/express-handlebars": "0.0.29",
|
||||
"@types/handlebars": "^4.0.32",
|
||||
"@types/hashmap": "^2.0.29",
|
||||
"@types/node": "^7.0.23",
|
||||
"@types/promise": "^7.1.30",
|
||||
"@types/redis": "^0.12.36",
|
||||
"express": "^4.15.3",
|
||||
"express-handlebars": "^3.0.0",
|
||||
"handlebars": "^4.0.10",
|
||||
"hashmap": "^2.1.0",
|
||||
"nodemon": "^1.11.0",
|
||||
"promise": "^7.1.1",
|
||||
"redis": "^2.7.1",
|
||||
"ts-node": "^3.0.4",
|
||||
"typescript": "^2.3.4"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue