cham / TeslaAPI

Tesla forum database and RESTful API
11 stars 9 forks source link

update bcrypt dependency #19

Closed daleharvey closed 5 years ago

daleharvey commented 5 years ago

Older versions of bcrypt arent compatible with up to date versions of node, this fixed the broken npm install I was getting, as far as I can tell the API's TeslaAPI uses (bcrypt.genSaltSync + bcrypt.hashSync) are all compatible

cham commented 5 years ago

:cake: Thanks!