react-now-you-see-me
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-now-you-see-me", | ||
"description": "A react component for determining when it is within a given threshold of the viewport", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Cory Brown <oh.wise.man@gmail.com>", | ||
@@ -29,3 +29,5 @@ "license": "MIT", | ||
"keywords": [ | ||
"in-view", | ||
"react", | ||
"threshold", | ||
"viewport" | ||
@@ -50,4 +52,4 @@ ], | ||
"enzyme-to-json": "3.3.1", | ||
"eslint": "4.16.0", | ||
"eslint-config-jane": "0.7.3", | ||
"eslint": "4.17.0", | ||
"eslint-config-jane": "0.8.0", | ||
"eslint-plugin-babel": "4.1.2", | ||
@@ -57,3 +59,3 @@ "eslint-plugin-jest": "21.7.0", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-react": "7.5.1", | ||
"eslint-plugin-react": "7.6.1", | ||
"eslint-plugin-unicorn": "3.0.1", | ||
@@ -60,0 +62,0 @@ "jest": "22.1.4", |
12640