Skip to content

Commit

Permalink
fix: Include readme in NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed May 21, 2021
1 parent f1d9342 commit 17ea1f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist
docs
coverage
.vscode
.cache
main/README.md
3 changes: 2 additions & 1 deletion main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"size": "size-limit",
"analyze": "size-limit --why",
"prepare": "npm run build",
"release": "semantic-release"
"release": "semantic-release",
"prepack": "cp ../README.md ."
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17ea1f0

Please sign in to comment.