Skip to content

Commit a14a3ec

Browse files
committed
fix(from-chai,from-jest): export package.json
1 parent 05a2b3f commit a14a3ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/from-chai/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
".": {
2525
"import": "./dist/index.js",
2626
"types": "./dist/index.d.ts"
27-
}
27+
},
28+
"./package.json": "./package.json"
2829
},
2930
"files": [
3031
"CHANGELOG.md",

packages/from-jest/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
".": {
2525
"import": "./dist/index.js",
2626
"types": "./dist/index.d.ts"
27-
}
27+
},
28+
"./package.json": "./package.json"
2829
},
2930
"files": [
3031
"CHANGELOG.md",

0 commit comments

Comments
 (0)