From 49e49429f12f50b6a264e0bd93285beadb6a8192 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 19 Apr 2012 10:41:54 +1200 Subject: [PATCH] Requires the file package to work in node or browserify. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 321f3caa0..8f8418ae3 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,12 @@ }, "dependencies": { "optimist": "~0.3", - "uglify-js": "~1.2" + "uglify-js": "~1.2", + "file": "*" }, "devDependencies": {}, "main": "lib/handlebars.js", "bin": { "handlebars": "bin/handlebars" } -} \ No newline at end of file +}