We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e942a4 commit 8169640Copy full SHA for 8169640
tools/build_node.js
@@ -43,7 +43,7 @@ async function buildNodeHighlightJS() {
43
async function buildPackageJSON() {
44
const CONTRIBUTOR = /^- (.*) <(.*)>$/
45
46
- let authors = await fs.readFile("AUTHORS.en.txt", {encoding: "utf8"})
+ let authors = await fs.readFile("AUTHORS.txt", {encoding: "utf8"})
47
let lines = authors.split(/\r?\n/)
48
let json = require("../package")
49
json.contributors = lines.reduce((acc, line) => {
0 commit comments