Skip to content

Commit

Permalink
docs: add the changelog to the generated api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed May 25, 2018
1 parent c950dcd commit 8f7198e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/prepare-doc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var fs = require('fs');

// TODO add CHANGELOG
['README.md', 'LICENSE.md'].forEach(fileName => {
['README.md', 'LICENSE.md', 'CHANGELOG.md'].forEach(fileName => {
fs.createReadStream(fileName).pipe(fs.createWriteStream(`projects/ngx-speculoos/${fileName}`));
});

0 comments on commit 8f7198e

Please sign in to comment.