Skip to content

Commit

Permalink
Exclude tests from NPM package
Browse files Browse the repository at this point in the history
This reduces the unpacked size from 74,890,691 bytes to 19,420 bytes.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Sep 15, 2020
1 parent 2ed7ecf commit b44cf42
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 @@ -4,6 +4,9 @@
"description": "A WebPack loader to automaticaly generate font files and CSS to make your own icon font",
"repository": "jeerbl/webfonts-loader",
"main": "index.js",
"files": [
"*.js"
],
"scripts": {
"test": "semistandard && ./runTest.sh && ./runTestEmbed.sh",
"postinstall": "github-sponsors",
Expand Down

0 comments on commit b44cf42

Please sign in to comment.