From bf61bf619969b841a881dee3bc93acc95fe263f1 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 31 Aug 2012 15:39:09 -0700 Subject: [PATCH] Add volo support Fixes #249 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59310f4..804a15d 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,10 @@ "keywords": ["mustache", "template", "templates", "ejs"], "main": "./mustache.js", "devDependencies": { - "vows": "0.6.x", - "uglify-js": "1.3.0" + "vows": "0.6.x" + }, + "volo": { + "url": "https://raw.github.com/janl/mustache.js/0.5.2/mustache.js" }, "scripts": { "test": "vows --spec"