From a5c76f56e4e3410e9abfe78c48fd6ee899854089 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 15 Dec 2013 10:17:44 -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 0a3b9d5..b98a72e 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,9 @@ }, "keywords": [ "gruntplugin" + ], + "files": [ + "tasks", + "LICENSE-MIT" ] } \ No newline at end of file