Skip to content

Commit

Permalink
Publish only module files
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup committed Mar 7, 2018
1 parent 0af56bc commit 1ff0241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Simple horizontal bar chart drawer for your terminal",
"bin": "bin/index.js",
"main": "lib/index.js",
"files": [
"bin",
"lib"
],
"scripts": {
"test": "jest --env node"
},
Expand Down

0 comments on commit 1ff0241

Please sign in to comment.