chore: hide USAGE.md
This highlight the fact that it's not designed for direct consumption and it no longer needs a special handling in `npmignore`.
This commit is contained in:
parent
ab63709104
commit
471fbef6ef
@ -124,7 +124,7 @@ require('exec-promise')(() =>
|
|||||||
|
|
||||||
return Promise.all([
|
return Promise.all([
|
||||||
forceRelativeSymlink(NPMIGNORE_PATH, `${dir}/.npmignore`),
|
forceRelativeSymlink(NPMIGNORE_PATH, `${dir}/.npmignore`),
|
||||||
readFile(`${dir}/USAGE.md`, 'utf8')
|
readFile(`${dir}/.USAGE.md`, 'utf8')
|
||||||
.then(content =>
|
.then(content =>
|
||||||
writeFile(
|
writeFile(
|
||||||
`${dir}/README.md`,
|
`${dir}/README.md`,
|
||||||
|
@ -29,4 +29,3 @@ __snapshots__/
|
|||||||
|
|
||||||
/docs/
|
/docs/
|
||||||
/src/
|
/src/
|
||||||
/USAGE.md
|
|
||||||
|
Loading…
Reference in New Issue
Block a user