Skip to content

Commit

Permalink
Rename AUTHORS.en.txt in the build script also
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jan 20, 2020
1 parent 69f0c59 commit 5e877d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/node.js
Expand Up @@ -149,7 +149,7 @@ function buildCSSImages() {
}

function buildPackageFile() {
const input = path.join(directory.root, 'AUTHORS.en.txt'),
const input = path.join(directory.root, 'AUTHORS.txt'),
output = path.join(directory.build, 'package.json');

return {
Expand Down

0 comments on commit 5e877d9

Please sign in to comment.