We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f36c45 commit 0ab57d8Copy full SHA for 0ab57d8
.gitignore
@@ -2,3 +2,4 @@ node_modules
2
lib
3
=
4
.DS_Store
5
+package-lock.json
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-browser-detection",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "React component to detect browser",
"main": "lib/index.js",
6
"scripts": {
@@ -29,7 +29,7 @@
29
},
30
"homepage": "https://github.com/mbasso/react-browser-detection#readme",
31
"peerDependencies": {
32
- "react": "^0.14.0 || ^15.0.0"
+ "react": "^15.0.0"
33
34
"devDependencies": {
35
"babel-cli": "6.5.1",
0 commit comments