Remove Readme.md from bundle
This commit is contained in:
parent
f7b29ae8ef
commit
db041d57f4
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "xo && c8 ava && tsd",
|
||||
"bench": "matcha benchmark.js"
|
||||
"bench": "matcha benchmark.js",
|
||||
"prepack": "node -p 'require(`fs`).renameSync(`./readme.md`, `./_readme.md`)'",
|
||||
"postpack": "node -p 'require(`fs`).renameSync(`./_readme.md`, `./readme.md`)'"
|
||||
},
|
||||
"files": [
|
||||
"source",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue