Merge pull request #157 from kpdecker/npm-update

Npm update
This commit is contained in:
Yehuda Katz
2011-12-22 23:52:22 -08:00
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"description": "Extension of the Mustache logicless template language",
"version": "1.0.2beta",
"version": "1.0.4beta",
"homepage": "http://www.handlebarsjs.com/",
"keywords": "handlebars mustache template html",
"repository": {
@@ -12,8 +12,8 @@
"node": ">=0.4.7"
},
"dependencies": {
"optimist": "~0.2",
"uglify-js": "~1.0"
"optimist": "~0.3",
"uglify-js": "~1.2"
},
"devDependencies": {},
"main": "lib/handlebars.js",