Skip to content
Snippets Groups Projects
Commit 8eff4dc6 authored by Hossam Fares's avatar Hossam Fares
Browse files

using newer version of mysql2 0.15.7

parent 13d478bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
Small promises wrapper for [`mysql2`](https://github.com/sidorares/node-mysql2),
it's forked and compatible with [`mysql-promise`](https://github.com/martinj/node-mysql-promise).
[![build status](https://api.travis-ci.com/namshi/node-mysql2-promise.svg?token=tS5zF7JF9Zh1pepFK56c)](http://travis-ci.org/namshi/node-mysql2-promise)
[![build status](https://travis-ci.org/namshi/node-mysql2-promise.svg)](http://travis-ci.org/namshi/node-mysql2-promise)
## Installation
......
{
"name": "mysql2-promise",
"version": "0.1.1",
"version": "0.1.2",
"description": "Small promises wrapper for mysql2.",
"main": "index.js",
"scripts": {
......@@ -28,7 +28,7 @@
"url": "https://github.com/namshi/node-mysql2-promise/issues"
},
"dependencies": {
"mysql2": "^0.15.5",
"mysql2": "^0.15.7",
"q": "^1.3.0"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment