From 710c462e71b1daee1909fc16b66630bc08be6dc2 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 15 Dec 2013 10:18:05 -0800 Subject: [PATCH] Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c66f166..2376d89 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,9 @@ }, "keywords": [ "gruntplugin" + ], + "files": [ + "tasks", + "LICENSE-MIT" ] }