Skip to content

Commit

Permalink
🔧 Add files attribute to limit package size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed Sep 29, 2020
1 parent 88a3bfe commit bf8025c
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 @@ -9,6 +9,10 @@
"rfs",
"rfs-auto-pilot"
],
"files": [
"src/",
"dist/"
],
"scripts": {
"test": "npx nyc npx mocha",
"build": "npx rollup -c;"
Expand Down

0 comments on commit bf8025c

Please sign in to comment.