From 5cc2b785d10d873f2530fa885d3cb69894569a2f Mon Sep 17 00:00:00 2001 From: Ivan Malagon Date: Thu, 16 Mar 2017 14:11:52 +0100 Subject: [PATCH] Used underscore only in generated template --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 574005a..0cf4c36 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -var _ = require('underscore'); +var _ = require('lodash'); module.exports = function (source) { this.cacheable && this.cacheable();