Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Fixed config indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samturrell committed Apr 30, 2017
1 parent 0fbf649 commit 0535c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ rollup.rollup({

// Generate changelog
changelog.generate('vue-breadcrumbs')
.then(function(data) {
fs.writeFile("CHANGELOG.md", changelog.markdown(data));
});
.then(function (data) {
fs.writeFile('CHANGELOG.md', changelog.markdown(data))
})


function toUpper (_, c) {
Expand Down

0 comments on commit 0535c11

Please sign in to comment.