react-easy-infinite-scroll-hook
Advanced tools
Comparing version 1.9.0 to 1.9.1
{ | ||
"name": "react-easy-infinite-scroll-hook", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"license": "MIT", | ||
@@ -16,3 +16,2 @@ "description": "A react hook for creating simple, fast and lightweight components with infinite scrolling in any direction, supporting both windowed and scrollable elements.", | ||
"build": "rimraf dist && rollup -c", | ||
"prepublish": "yarn build", | ||
"lint": "eslint 'src/**/*.{ts,tsx,js,jsx}'", | ||
@@ -19,0 +18,0 @@ "lint:fix": "yarn lint --fix", |
118040