diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 76e579a..0000000 --- a/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -test - diff --git a/package.json b/package.json index 5da420f..b418299 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "bin": { "mustache": "./bin/mustache" }, + "files": [ + "mustache.js", + "mustache.min.js", + "bin", + "wrappers", + "LICENSE" + ], "volo": { "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js" },