diff --git a/package.json b/package.json index 52b4fc1..f6c1751 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "files": [ "dist", "types", - "!**/__test__/**" + "!**/__test__/**", + "/mod.js" ], "scripts": { "test": "jest",