From e8dec88d8881238ebfb63968e0ab9a9ec6e720b0 Mon Sep 17 00:00:00 2001 From: Mats Byrkjeland Date: Thu, 30 Jan 2020 22:44:52 +0100 Subject: [PATCH] Include only relevant files in published package --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 89c4b65..aac06bc 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "lint": "eslint git-pretty.js" }, "bin": "./git-pretty.js", + "files": [ + "git-pretty.js" + ], "repository": { "type": "git", "url": "git+https://github.com/draperunner/git-pretty.git"