Skip to content

Commit

Permalink
fix: include missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Apr 14, 2019
1 parent 70bc533 commit 3897a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"files": [
"dist",
"types",
"!**/__test__/**"
"!**/__test__/**",
"/mod.js"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 3897a52

Please sign in to comment.