Skip to content

Commit bef909f

Browse files
committed
1.0.5beta
1 parent 0b97fea commit bef909f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "handlebars",
33
"description": "Extension of the Mustache logicless template language",
4-
"version": "1.0.4beta",
4+
"version": "1.0.5beta",
55
"homepage": "http://www.handlebarsjs.com/",
6-
"keywords": "handlebars mustache template html",
6+
"keywords": [
7+
"handlebars mustache template html"
8+
],
79
"repository": {
810
"type": "git",
911
"url": "git://github.com/kpdecker/handlebars.js.git"
@@ -12,12 +14,12 @@
1214
"node": ">=0.4.7"
1315
},
1416
"dependencies": {
15-
"optimist": "~0.3",
16-
"uglify-js": "~1.2"
17+
"optimist": "~0.3",
18+
"uglify-js": "~1.2"
1719
},
1820
"devDependencies": {},
1921
"main": "lib/handlebars.js",
2022
"bin": {
2123
"handlebars": "bin/handlebars"
2224
}
23-
}
25+
}

0 commit comments

Comments
 (0)