Skip to content

Commit

Permalink
trailing comma on output
Browse files Browse the repository at this point in the history
  • Loading branch information
willym1 committed Mar 30, 2018
1 parent f9610d0 commit 0d77cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stencil-push.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ utils.generateBundle = (options, callback) => {
if (options.saveBundleName) {
output = {
dest: themePath,
name: options.saveBundleName
name: options.saveBundleName,
};
}

Expand Down

0 comments on commit 0d77cd6

Please sign in to comment.