summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-07-24 13:00:11 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-07-24 13:00:11 +0200
commit9b134604fad7478b49af1ca52073ee176cd012d3 (patch)
tree1f457b985c1dd86322fc045c052b8cd73e7867f1 /package.json
parentdd2a4f706f20b83144e637896c55c550afa7030a (diff)
downloadorm-9b134604fad7478b49af1ca52073ee176cd012d3.tar.gz
orm-9b134604fad7478b49af1ca52073ee176cd012d3.zip
update schema
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b16211..2c6eb45 100644
--- a/package.json
+++ b/package.json
@@ -10,11 +10,10 @@
"license": "UNLICENSED",
"dependencies": {
"bluebird": "^3.5.0",
- "mysql2": "^1.3.6",
+ "mysql": "^2.13.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sequelize-auto": "^0.4.28",
- "sequelize-json": "^2.1.2",
"sleep-promise": "^2.0.0"
}
}