From 0a1c26d0d4fd1cc2eef1f823864b92a85351ea20 Mon Sep 17 00:00:00 2001 From: emaphp Date: Thu, 20 Aug 2015 12:28:36 -0300 Subject: [PATCH] merging PRs. bump package version, add collaborators --- index.js | 2 -- package.json | 7 ++++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index c54072b..b5785d7 100644 --- a/index.js +++ b/index.js @@ -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(); diff --git a/package.json b/package.json index c6e37da..1264aa9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -11,6 +11,11 @@ "name": "Emmanuel Antico", "email": "emmanuel.antico@gmail.com" }, + "contributors": [ + { + "name": "Jérôme Steunou (JSteunou)" + } + ], "repository": { "type": "git", "url": "https://github.com/emaphp/handlebars-template-loader.git"