Skip to content

Commit

Permalink
Fix require for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Jul 8, 2014
1 parent 5310db8 commit 721f31f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
module.exports = Spinner;
}
})(window, typeof require === 'function' ? require('react') : React);

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinner",
"version": "0.1.6",
"version": "0.1.7",
"description": "Zero configuration loading spinner.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 721f31f

Please sign in to comment.