Skip to content

Commit

Permalink
fix: mark ui-kit as a peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Dec 29, 2021
1 parent 707de44 commit fd61b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"peerDependencies": {
"react": "^16.0.1 || ^17.0.2",
"react-dom": "^16.0.1 || ^17.0.2"
"react-dom": "^16.0.1 || ^17.0.2",
"@washingtonpost/wpds-ui-kit": "^0.1.0-experimental.14"
},
"scripts": {
"dev": "make dev",
Expand Down

1 comment on commit fd61b22

@vercel
Copy link

@vercel vercel bot commented on fd61b22 Dec 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.