Skip to content

Commit

Permalink
make peer dep optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Dec 18, 2024
1 parent 4e1b9d1 commit 99657a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@
"react-router-dom": "^6",
"rollbar": "^2.26.4"
},
"peerDependenciesMeta": {
"rollbar": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 99657a4

Please sign in to comment.