From 94afa3ff0b7f7f5beb8806fde494f6c228afb59f Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Thu, 23 Oct 2014 14:42:36 +0900 Subject: [PATCH] Add `files` to package.son Because the `test` directory includes a lot of files. https://www.npmjs.org/doc/files/package.json.html#files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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" },