Merge branch 'publish-prebuilt' of https://github.com/electron/electron into publish-prebuilt
This commit is contained in:
commit
bc090ac67a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ new Promise((resolve, reject) => {
|
||||||
files.forEach((name) => {
|
files.forEach((name) => {
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
path.join(tempDir, name),
|
path.join(tempDir, name),
|
||||||
fs.readFileSync(path.join(__dirname, '..', 'npm', name))
|
fs.readFileSync(path.join(__dirname, '..', name === 'README.md' ? '' : 'npm', name))
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
// copy from root package.json to temp/package.json
|
// copy from root package.json to temp/package.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue