From c04275a6bfd850c91e53b1f4dd7931ba27805d06 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 15 Dec 2013 10:15:51 -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 bacb202..ab0fe59 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,9 @@ }, "keywords": [ "gruntplugin" + ], + "files": [ + "tasks", + "LICENSE-MIT" ] }