Remove Readme.md from bundle

This commit is contained in:
Vinícius Lourenço 2023-10-31 22:10:03 -03:00
parent f7b29ae8ef
commit db041d57f4

View file

@ -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",