From 721f31f30e7444b88967e98e4b2694af5932c0b2 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Tue, 8 Jul 2014 14:17:40 -0700 Subject: [PATCH] Fix require for linux --- index.jsx | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.jsx b/index.jsx index 5ded4c2..2e03afb 100644 --- a/index.jsx +++ b/index.jsx @@ -31,4 +31,3 @@ module.exports = Spinner; } })(window, typeof require === 'function' ? require('react') : React); - diff --git a/package.json b/package.json index c241ce2..80e2130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-spinner", - "version": "0.1.6", + "version": "0.1.7", "description": "Zero configuration loading spinner.", "main": "index.js", "scripts": {