Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/kof/node-jqtpl
Browse files Browse the repository at this point in the history
  • Loading branch information
laurie71 committed Apr 1, 2011
2 parents b512af4 + b44fa43 commit 72abc95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions lib/jqtpl.js
@@ -1,5 +1,3 @@
exports.x = __filename;

/*jslint evil: true*/
/**
* Port of jQuery's Template Engine to Nodejs.
Expand Down Expand Up @@ -174,7 +172,7 @@ exports.compile = function(markup, options) {
}

return tpl;
}
};
};

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jqtpl",
"description": "A port of jQuery's template engine",
"version": "0.0.100",
"version": "0.1.0",
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
"contributors": [
{ "name": "John Resig", "email": "jeresig@gmail.com" },
Expand All @@ -16,7 +16,7 @@
"main": "./lib/jqtpl.js",
"engines": { "node": ">= 0.3.7" },
"dependencies": {
"express": ">=1.0.7 || ~2.0"
"express": ">=1.0.7"
},
"devDependencies": {
"qunit": ">= 0.1.3"
Expand Down

0 comments on commit 72abc95

Please sign in to comment.