From fe3de766cda7cafbc2b169d985ab665e18a416ce Mon Sep 17 00:00:00 2001 From: fisch42 Date: Sun, 22 Jul 2012 13:56:50 +0300 Subject: [PATCH] added .js to main property in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3ae822..0de2b51 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "keywords": ["mustache", "template", "templates", "ejs"], - "main": "./mustache", + "main": "./mustache.js", "devDependencies": { "vows": "0.6.x", "uglify-js": "1.3.0"