diff --git a/lib/markdown.js b/lib/markdown.js index 27888d4f..7e2cc6e3 100644 --- a/lib/markdown.js +++ b/lib/markdown.js @@ -34,7 +34,7 @@ Object.defineProperty(helpers, 'markdown', { get: function() { // this is defined as a getter to avoid calling this function // unless the helper is actually used - return markdown || (markdown = require('helper-markdown')()); + return markdown || (markdown = require('helper-for-markdown')()); } }); diff --git a/package.json b/package.json index 00722944..61fb26c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helpers-for-handlebars", "description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.", - "version": "0.10.2", + "version": "0.10.3", "homepage": "https://github.com/jonathas/handlebars-helpers", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [