Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Add npm and commonjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Sep 30, 2015
1 parent c833e9d commit 0bf8354
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./lrInfiniteScroll');
module.exports = 'lrInfiniteScroll';
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 0bf8354

Please sign in to comment.