Skip to content

Commit

Permalink
fix(jest): fix package.json export (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Mar 7, 2023
1 parent 25fd0c7 commit 49c347c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-games-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@silverhand/jest-config": patch
---

fix package.json export
5 changes: 3 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
"license": "MIT",
"module": "./index.js",
"types": "./index.d.ts",
"main": "jest.config.js",
"module": "jest.config.js",
"types": "jest.config.d.ts",
"files": [
"jest.config.d.ts",
"jest.config.js"
Expand Down

0 comments on commit 49c347c

Please sign in to comment.