Skip to content

Commit

Permalink
fix: peerDependencies の設定ミスを修正 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
itigoore01 committed May 31, 2023
1 parent 555912f commit 7efd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,6 +66,6 @@
},
"peerDependencies": {
"@jp-postal-code/api-client": "^0.1.0",
"react": "^15.0.0 | ^16.0.0 | ^17.0.0 | ^18.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit 7efd266

Please sign in to comment.