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 files necessary for the package

* lib
* index.js
* CHAGELOG
* README
  • Loading branch information
esatterwhite committed Oct 17, 2021
1 parent 5978cea commit 9d78e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/zmq-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"scripts": {
"test": "ZMQ_DEBUG=1 tap --coverage-report=text -Rclassic test"
},
"files": [
"lib/",
"index.js",
"CHANGELOG.md",
"README.md"
],
"author": "Eric Satterwhite <esatterwhite@wi.rr.com>",
"license": "MIT",
"homepage": "https://github.com/esatterwhite/skyring/packages/zmq-transport#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/zmq-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 9d78e81

Please sign in to comment.