From 374fdefcfd0345eb821605c80a59d62e320a50b4 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Sat, 5 Jan 2019 22:48:36 -0600 Subject: [PATCH] chore: add files property to package.json to restrict tarball contents resolves #2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5136858..c296f65 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "type": "git", "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git" }, + "files": [ + "index.js" + ], "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify", "keywords": [ "json",