react-adaptive-hooks
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-adaptive-hooks", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Give users a great experience best suited to their device and network constraints", | ||
@@ -13,2 +13,5 @@ "main": "index.js", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
}, | ||
"devDependencies": { | ||
@@ -25,3 +28,9 @@ "@babel/core": "^7.5.5", | ||
"react-test-renderer": "16.9.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"react-hooks", | ||
"hooks", | ||
"react", | ||
"performance" | ||
] | ||
} |
35231
1