Skip to content

Commit a6ed1c7

Browse files
committedMay 20, 2016
Update dependencies
1 parent 092fee1 commit a6ed1c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-http-request",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React component exposes network request functionality",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,8 +25,10 @@
2525
"url": "https://github.com/mbasso/react-http-request/issues"
2626
},
2727
"homepage": "https://github.com/mbasso/react-http-request#readme",
28+
"peerDependencies": {
29+
"react": "^0.14.0 || ^15.0.0"
30+
},
2831
"dependencies": {
29-
"react": "0.14.7",
3032
"superagent": "1.7.2"
3133
},
3234
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.