diff --git a/package.json b/package.json index ca6daf9..ed44158 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,10 @@ }, "homepage": "https://github.com/mafintosh/tar-stream", "main": "index.js", + "files": [ + "./*.js", + "LICENSE" + ], "directories": { "test": "test" },