Skip to content

Commit

Permalink
removed react as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
baughmann committed Jan 20, 2020
1 parent a5e851c commit 2d2a351
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-queue",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple task queue implementation for React",
"main": "index.tsx",
"scripts": {
Expand All @@ -26,8 +26,5 @@
"bugs": {
"url": "https://github.com/baughmann/react-use-queue/issues"
},
"homepage": "https://github.com/baughmann/react-use-queue#readme",
"peerDependencies": {
"react": "16.10.2"
}
"homepage": "https://github.com/baughmann/react-use-queue#readme"
}

0 comments on commit 2d2a351

Please sign in to comment.