fix(query): use qs for querystring parsing

This commit is contained in:
Mahdi Dibaiee
2016-03-02 12:13:27 +03:30
parent 45d991d1e9
commit 00e8e89767
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hapi-sequelize-crud",
"version": "1.5.1",
"version": "1.5.2",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {