CodeFoodPixels / node-promise-mysql

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

Move @types to dependencies #71

Closed RetroCraft closed 6 years ago

RetroCraft commented 6 years ago

See Microsoft/types-publisher#81. @types should be included in dependencies for any published package, as users would otherwise need to install manually.

CodeFoodPixels commented 6 years ago

Makes complete sense after reading that link, merging and will publish later this evening. Thanks!