Skip to content

Commit

Permalink
fix: reduce package tarball size
Browse files Browse the repository at this point in the history
+ Exclude all project files except the defaults and `dist` directory from published package
  • Loading branch information
breadadams committed Sep 21, 2021
1 parent 499504e commit 9f96daf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
"dependencies": {
"@types/js-yaml": "^4.0.0",
"js-yaml": "^4.0.0"
}
},
"files": [
"dist"
]
}

0 comments on commit 9f96daf

Please sign in to comment.