From cf9b1223ec5b24efe124c93fbb5ecb61efcea2b9 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 29 Jan 2016 19:11:16 -0800 Subject: [PATCH] Point main to task --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 304b49c..eff4b5d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "engines": { "node": ">=0.10.0" }, + "main": "tasks/compress.js", "scripts": { "test": "grunt test" }, @@ -39,4 +40,4 @@ "tasks" ], "appveyor_id": "tiwbi1smm1j8aa5j" -} \ No newline at end of file +}