CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

Added typescript declaration file and @types/mysql as a devDependency #70

Closed move-zig closed 6 years ago

move-zig commented 6 years ago

@lukeb-uk Is this Travis CI build failure caused by my branch? It looks like a problem with building with node 9 in general.

CodeFoodPixels commented 6 years ago

Yeah, it's to do with npm on node 9. Gonna do a config update for travis

CodeFoodPixels commented 6 years ago

Fixes #53