diff --git a/package.json b/package.json index 9ee685f..867541f 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ }, "homepage": "https://github.com/juliangruber/array-filter", "main": "index.js", + "files": [ + "index.js" + ], "scripts": { "test": "tape test/*.js" },