From 43d0ec5d5bb016682dfd1eaf0a9c09f3e253a5ab Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Tue, 6 Nov 2018 11:47:07 +0200 Subject: [PATCH] Whitelist files --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 5fbf39b..38e4127 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "1.5.0", "description": "Check if a file is open in another application on Windows, macOS and Linux.", "main": "index.js", + "files": [ + "binding.cc", + "binding.gyp", + "index.js", + "test.js" + ], "repository": { "type": "git", "url": "git+https://github.com/ronomon/opened.git"