Skip to content

Commit

Permalink
Bump all dependencies to latest; fix npm audit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jun 30, 2018
1 parent 1bab273 commit 4c6d268
Show file tree
Hide file tree
Showing 3 changed files with 2,794 additions and 3,701 deletions.
2 changes: 1 addition & 1 deletion lib/actions/copy-tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function render(contents, filename, context, tplSettings) {

module.exports = function (from, to, context, tplSettings, options) {
context = context || {};
tplSettings = tplSettings || {}
tplSettings = tplSettings || {};

this.copy(from, to, extend(options || {}, {
process: function (contents, filename) {
Expand Down
Loading

0 comments on commit 4c6d268

Please sign in to comment.