Skip to content

Commit

Permalink
fix: dont emit test files for published package (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Apr 22, 2020
1 parent 98d2986 commit e69a6b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "git",
"url": "https://github.com/chaijs/loupe"
},
"files": [
"loupe.js",
"index.js",
"lib/*"
],
"scripts": {
"bench": "node -r esm bench",
"commit-msg": "commitlint -x angular",
Expand Down

0 comments on commit e69a6b2

Please sign in to comment.