chore: add babel as dependency

This commit is contained in:
Mahdi Dibaiee 2016-05-24 18:05:38 +04:30
parent 7014e0e07d
commit f8e1a27572

View File

@ -1,6 +1,6 @@
{
"name": "hapi-sequelize-crud",
"version": "2.0.9",
"version": "2.0.10",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {
@ -28,6 +28,7 @@
"grunt-contrib-watch": "0.6.1"
},
"dependencies": {
"babel": "5.8.3",
"joi": "7.2.1",
"lodash": "4.0.0"
}