Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Feb 4, 2017
1 parent c1b10ea commit 39acd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-utils/grunt-config/changelog-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
version: 'v<%= package.version %>',
file: 'CHANGELOG.md'
}
}
};
2 changes: 1 addition & 1 deletion build-utils/grunt-config/gh-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = {
message: "Github Pages release for v<%= package.version %>"
},
src: ["**/*"]
}
};

0 comments on commit 39acd2f

Please sign in to comment.