diff --git a/package.json b/package.json index 6b95676..9b21075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-sequelize-crud", - "version": "1.2.0", + "version": "1.2.1", "description": "Hapi plugin that automatically generates RESTful API for CRUD", "main": "build/index.js", "config": { @@ -14,6 +14,9 @@ "repository": { "git": "https://github.com/mdibaiee/hapi-sequelize-crud" }, + "files": [ + "build" + ], "author": "Mahdi Dibaiee (http://dibaiee.ir/)", "license": "MIT", "devDependencies": {