diff --git a/package.json b/package.json index 00abb06..7f82b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jayin", - "version": "0.0.2", + "version": "0.0.4", "description": "Piping with js at terminal", "repository": "fritx/jayin", "license": "MIT", @@ -14,6 +14,9 @@ "shell", "stream" ], + "files": [ + "index.js" + ], "bin": { "jayin": "index.js" },