Skip to content

Commit

Permalink
Merge pull request #15 from goiblas/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aruniverse authored Nov 29, 2021
2 parents eff71f7 + d270a34 commit 082c58d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adblock-detect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adblock-detect-react",
"version": "1.0.5",
"version": "1.0.6",
"description": "Provides utilities to check if ad block is enabled on a page via both a React hook and a wrapper component.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^3.7.2"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
}

0 comments on commit 082c58d

Please sign in to comment.