diff --git a/package.json b/package.json index c4c9d36..9a69ad6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "engines": { "node": ">=0.10.0" }, + "main": "tasks/jst.js", "scripts": { "test": "grunt test" }, @@ -32,4 +33,4 @@ "files": [ "tasks" ] -} \ No newline at end of file +}