Skip to content

Commit

Permalink
fix: Adding peer deps to setup (christopher-caldwell#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-caldwell authored Mar 9, 2023
1 parent 2c2bd26 commit a101408
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Shout out to all the contributors.
yarn add @caldwell619/react-kanban
```

You will also need to install the peer dependencies on your own:
```json
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"@hello-pangea/dnd": ">=16"
},
```

These are listed as peer dependencies because I do not want to pin specific versions as dependencies if you are already using them.

## Usage

There are 2 main boards, `Controlled` and `Uncontrolled`.
Expand Down

0 comments on commit a101408

Please sign in to comment.