Skip to content

Commit

Permalink
Remove Readme.md from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Nov 1, 2023
1 parent f7b29ae commit db041d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit db041d5

Please sign in to comment.