Skip to content

Commit

Permalink
update deps for express 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario L Gutierrez committed Oct 24, 2012
1 parent d7efcbe commit 7e434da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/hbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function cachePartials() {
/**
* Express 3.x template engine compliance.
*
* @param {Object} options - { handlebars: "override handlebars", partialsDir: "absolute path to partials" }
* @param {Object} options - { handlebars: "override handlebars", partialsDir: "absolute path to partials", extname: "extension to use" }
*/
exports.express3 = function(options) {
if (options.handlebars) exports.handlebars = options.handlebars;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-hbs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Express 3 handlebars template engine complete with multple layouts, partials and blocks.",
"keywords": "express3 express handlebars layout partials",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"author": "Mario Gutierrez (mario@mgutz.com)",
"license": "MIT",
"devDependencies": {
"express": "~3.0.0rc5"
"express": "~3.0.0"
},
"dependencies": {
"handlebars": "~1.0.7"
Expand Down

0 comments on commit 7e434da

Please sign in to comment.