@shopify/react-intersection-observer
Advanced tools
Comparing version 3.1.9 to 3.1.10
{ | ||
"name": "@shopify/react-intersection-observer", | ||
"version": "3.1.9", | ||
"version": "3.1.10", | ||
"license": "MIT", | ||
@@ -40,3 +40,2 @@ "description": "A React wrapper around the Intersection Observer API", | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
@@ -46,5 +45,6 @@ "esnext": "./index.esnext", | ||
"require": "./index.js" | ||
} | ||
}, | ||
"./*": "./" | ||
}, | ||
"gitHead": "3d653b17366d732199fd319eb5c9c935f4f6a207" | ||
"gitHead": "82524f19df95eab93f7dcd0a8535bc45562d85c8" | ||
} |
24043