diff --git a/package.json b/package.json index c3851c7..071b986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapin", - "version": "0.1.13", + "version": "0.1.14", "description": "Framework for API", "repository": { "type": "git", @@ -11,6 +11,12 @@ "watch": { "tslint": "{src}/**/*.ts" }, + "files": [ + "lib", + "types", + "src", + "rapin.config.js" + ], "scripts": { "tslint": "tslint {src}/**/*.ts --fix", "watch": "npm-watch",