Skip to content

Commit

Permalink
Borrow master build/build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoDrought committed Apr 3, 2018
1 parent 6265971 commit 3aeba66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.js
Expand Up @@ -48,6 +48,7 @@ promise = promise.then(() => {
delete pkg.babel;
fs.writeFileSync('dist/package.json', JSON.stringify(pkg, null, ' '), 'utf-8');
fs.writeFileSync('dist/LICENSE.txt', fs.readFileSync('LICENSE.txt', 'utf-8'), 'utf-8');
fs.writeFileSync('dist/README.md', fs.readFileSync('README.md', 'utf-8'), 'utf-8');
});

promise.catch(err => console.error(err.stack)); // eslint-disable-line no-console

0 comments on commit 3aeba66

Please sign in to comment.