diff --git a/package.json b/package.json index 128bddf..e862113 100644 --- a/package.json +++ b/package.json @@ -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" }