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:
Julien Fontanet 2022-02-18 17:11:52 +01:00
parent ab63709104
commit 471fbef6ef
64 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,7 @@ require('exec-promise')(() =>
return Promise.all([
forceRelativeSymlink(NPMIGNORE_PATH, `${dir}/.npmignore`),
readFile(`${dir}/USAGE.md`, 'utf8')
readFile(`${dir}/.USAGE.md`, 'utf8')
.then(content =>
writeFile(
`${dir}/README.md`,

View File

@ -29,4 +29,3 @@ __snapshots__/
/docs/
/src/
/USAGE.md