diff options
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 321f3ca..a9edf03 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": {} +} |