Skip to content

Commit

Permalink
fix: add peer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jan 5, 2023
1 parent 41ed957 commit 098d8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18"
},
"scripts": {
"typecheck": "tsc",
"build": "cross-env NODE_ENV=production tsc --noEmit --project ./tsconfig.json && rollup -c"
Expand Down

0 comments on commit 098d8f9

Please sign in to comment.