diff --git a/index.js b/index.js new file mode 100644 index 0000000..36e1e16 --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +require('./lrInfiniteScroll'); +module.exports = 'lrInfiniteScroll'; \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..929f311 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "lr-infinite-scroll", + "version": "1.0.0", + "description": "Directive to register handler when an element is scrolled down near its end", + "browser": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/lorenzofox3/lrInfiniteScroll.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/lorenzofox3/lrInfiniteScroll/issues" + }, + "homepage": "https://github.com/lorenzofox3/lrInfiniteScroll#readme" +}