Skip to content

Commit

Permalink
merging PRs. bump package version, add collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Aug 20, 2015
1 parent 5435cb1 commit 0a1c26d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ var _extend = function(obj, from) {
// Extendable arguments
var macros = _extend({}, require('./lib/macros'));



module.exports = function(content) {
if (this.cacheable) this.cacheable();
var callback = this.async();
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handlebars-template-loader",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Handlebars template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/handlebars-template-loader",
Expand All @@ -11,6 +11,11 @@
"name": "Emmanuel Antico",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jérôme Steunou (JSteunou)"
}
],
"repository": {
"type": "git",
"url": "https://github.com/emaphp/handlebars-template-loader.git"
Expand Down

0 comments on commit 0a1c26d

Please sign in to comment.