Skip to content

Commit

Permalink
Merge pull request #117 from andersk/files
Browse files Browse the repository at this point in the history
Exclude tests from NPM package
  • Loading branch information
jeerbl authored Sep 16, 2020
2 parents 2ed7ecf + b44cf42 commit 095652c
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 095652c

Please sign in to comment.