We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff55f9 commit f8c08eeCopy full SHA for f8c08ee
index.js
@@ -0,0 +1 @@
1
+module.exports = require('./dist/InfiniteScroll')
package.json
@@ -2,7 +2,7 @@
2
"name": "react-infinite-scroller",
3
"version": "1.0.9",
4
"description": "Infinite scroll component for React in ES6",
5
- "main": "dist/InfiniteScroll.js",
+ "main": "index.js",
6
"jsnext:main": "src/InfiniteScroll.js",
7
"repository": {
8
"type": "git",
0 commit comments