diff --git a/package.json b/package.json index 321f3caa..a9edf038 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "handlebars", "description": "Extension of the Mustache logicless template language", - "version": "1.0.5beta", + "version": "1.0.6beta", "homepage": "http://www.handlebarsjs.com/", "keywords": [ "handlebars mustache template html" @@ -21,5 +21,6 @@ "main": "lib/handlebars.js", "bin": { "handlebars": "bin/handlebars" - } -} \ No newline at end of file + }, + "optionalDependencies": {} +}