Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Jul 27, 2017
1 parent 8f36c45 commit 0ab57d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
lib
=
.DS_Store
package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-browser-detection",
"version": "1.0.2",
"version": "1.0.3",
"description": "React component to detect browser",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/mbasso/react-browser-detection#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^15.0.0"
},
"devDependencies": {
"babel-cli": "6.5.1",
Expand Down

0 comments on commit 0ab57d8

Please sign in to comment.