Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 885caad

Browse files
authored
fix: include jest.js in package (#56)
1 parent 73afd9a commit 885caad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"types": "index.d.ts",
2929
"files": [
3030
"dist",
31-
"jest-transform.js",
31+
"jest.js",
3232
"*.d.ts"
3333
],
3434
"scripts": {

0 commit comments

Comments
 (0)