Used underscore only in generated template

master
Ivan Malagon 8 years ago
parent af8bcbb87b
commit 5cc2b785d1

@ -1,4 +1,4 @@
var _ = require('underscore');
var _ = require('lodash');
module.exports = function (source) {
this.cacheable && this.cacheable();

Loading…
Cancel
Save