Skip to content

Commit

Permalink
fix(package): include files definition
Browse files Browse the repository at this point in the history
adds files definition to package.json to only include the files that are
necessary for the package to function.
  • Loading branch information
esatterwhite committed Oct 17, 2021
1 parent 16a6656 commit a98492f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/skyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"bin": {
"skyring": "./bin/skyring.js"
},
"files": [
"bin/",
"lib/",
"conf/",
"index.js",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"tap": "tap",
"lint": "eslint .",
Expand Down

0 comments on commit a98492f

Please sign in to comment.