From 6fc50316f7ddea37ff7dcf380e84229094227097 Mon Sep 17 00:00:00 2001 From: Matthias Stiller Date: Fri, 22 Oct 2021 16:22:26 +0200 Subject: [PATCH] fix: include jest.js in package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b4253..b2a3030 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "types": "index.d.ts", "files": [ "dist", - "jest-transform.js", + "jest.js", "*.d.ts" ], "scripts": {