Skip to content

Commit 0ab57d8

Browse files
committedJul 27, 2017
1.0.3
1 parent 8f36c45 commit 0ab57d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

Diff for: ‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
lib
33
=
44
.DS_Store
5+
package-lock.json

Diff for: ‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-browser-detection",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React component to detect browser",
55
"main": "lib/index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/mbasso/react-browser-detection#readme",
3131
"peerDependencies": {
32-
"react": "^0.14.0 || ^15.0.0"
32+
"react": "^15.0.0"
3333
},
3434
"devDependencies": {
3535
"babel-cli": "6.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.