Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Final change.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Oct 17, 2014
1 parent 1eca419 commit 3b5bf58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-infinite",
"version": "0.1.2",
"version": "0.1.3",
"authors": [
"Gareth Tan <[email protected]>"
],
Expand Down
6 changes: 3 additions & 3 deletions dist/react-infinite.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-infinite.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-infinite",
"version": "0.1.2",
"version": "0.1.3",
"description": "A browser-ready efficient scrolling container based on UITableView",
"main": "dist/react-infinite.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/react-infinite.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
} else if (typeof exports === 'object') {
module.exports = factory(require('react'));
} else {
root.returnExports = factory(root.React);
root.Infinite = factory(root.React);
}
}(this, function (React) {
var Infinite = React.createClass({
Expand Down

0 comments on commit 3b5bf58

Please sign in to comment.