Skip to content

Commit

Permalink
Merge pull request #69 from YutaUra/feature/fix
Browse files Browse the repository at this point in the history
Feature/fix
  • Loading branch information
YutaUra authored Aug 25, 2024
2 parents 0488304 + 0d7628d commit 36bde8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"41898282+github-actions[bot]@users.noreply.github.com",
"179370226+yutaura-bot[bot]@users.noreply.github.com"
],
"ignorePaths": ["!**/examples/**"],
"rebaseWhen": "behind-base-branch"
}
8 changes: 4 additions & 4 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"module": "dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},
"./*": {
"require": "./dist/*.js",
"types": "./dist/*.d.ts",
"import": "./dist/*.mjs",
"types": "./dist/*.d.ts"
"require": "./dist/*.js"
}
},
"private": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"module": "dist/index.js",
"exports": {
".": {
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},
"./*": {
"require": "./dist/*.cjs",
"types": "./dist/*.d.ts",
"import": "./dist/*.js",
"types": "./dist/*.d.ts"
"require": "./dist/*.cjs"
}
},
"private": false,
Expand Down

0 comments on commit 36bde8b

Please sign in to comment.