fix(options): take a name parameter, same as the name parameter used in hapi-sequelize, fixes #8

This commit is contained in:
Mahdi Dibaiee
2016-07-13 10:03:00 +04:30
parent fb06d9cd27
commit d142e6c553
3 changed files with 4 additions and 2 deletions

View File

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