Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65

This commit is contained in:
Kyle Robinson Young 2013-12-15 10:17:44 -08:00
parent ffb72d7dd9
commit a5c76f56e4

View File

@ -42,5 +42,9 @@
}, },
"keywords": [ "keywords": [
"gruntplugin" "gruntplugin"
],
"files": [
"tasks",
"LICENSE-MIT"
] ]
} }