Skip to content

Commit

Permalink
fix(package): fix package files definition
Browse files Browse the repository at this point in the history
update package files to only include the necessary files for the package
to function

* index.js
* lib/
* CHANGELOG
* README
  • Loading branch information
esatterwhite committed Oct 17, 2021
1 parent b3504bd commit 5978cea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/tcp-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"scripts": {
"test": "TEST_HOST=localhost tap"
},
"files": [
"lib/",
"index.js",
"CHANGELOG.md",
"README.md"
],
"keywords": [
"skyring",
"timers",
Expand Down
2 changes: 1 addition & 1 deletion packages/tcp-transport/pnpm-lock.yaml

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

0 comments on commit 5978cea

Please sign in to comment.