Skip to content

Commit

Permalink
fix(package): reduce size by only exporting lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Jun 10, 2021
1 parent eed285e commit 3308e8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "A CLI tool to help with the packaging and distribution of MIDI Mixer plugins.",
"main": "lib/index.js",
"files": [
"lib"
],
"bin": {
"midi-mixer": "./lib/index.js"
},
Expand Down

0 comments on commit 3308e8e

Please sign in to comment.