Skip to content

Commit

Permalink
chore: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Jul 4, 2018
1 parent 8828170 commit 59bf016
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ module.exports = {
banner: {
file: path.join(__dirname, 'LICENSE'),
encoding: 'utf-8', // Default is utf-8

// Optional, may be an object or a function returning an object.
data() {
return {
foo: 'foo',
};
},
},

thirdParty: {
Expand All @@ -51,13 +58,6 @@ module.exports = {
plugins: [
license({
banner: `Copyright <%= moment().format('YYYY') %>`,

// May be an object or a function returning an object.
data() {
return {
foo: 'foo',
};
},
}),
],
}
Expand Down

0 comments on commit 59bf016

Please sign in to comment.