From d1873db4562a4b7448cb4ff0f9619e8d6c47a27d Mon Sep 17 00:00:00 2001 From: Xhriman Date: Mon, 11 Apr 2016 14:15:48 +0800 Subject: [PATCH] close #5 --- README.md | 6 +++--- package.json | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78f1fc8..b8e2330 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ wrap your divs inside the OwlCarousel component ```jsx -
The Last of us
-
GTA V
-
Mirror Edge
+
The Last of us
+
GTA V
+
Mirror Edge
``` diff --git a/package.json b/package.json index 6a252e8..d651c52 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Fandora/react-owl-carousel.git" + "url": "git+https://github.com/seal789ie/react-owl-carousel.git" }, "keywords": [ "react", @@ -22,9 +22,9 @@ "author": "xhriman", "license": "ISC", "bugs": { - "url": "https://github.com/Fandora/react-owl-carousel/issues" + "url": "https://github.com/seal789ie/react-owl-carousel/issues" }, - "homepage": "https://github.com/Fandora/react-owl-carousel#readme", + "homepage": "https://github.com/seal789ie/react-owl-carousel#readme", "peerDependencies": { "react": "~0.13.3" }, @@ -51,6 +51,7 @@ "node-sass": "~3.4.2", "postcss-loader": "~0.8.0", "rimraf": "~2.5.1", + "react": "~0.13.3", "sass-loader": "~3.1.2", "style-loader": "~0.13.0", "url-loader": "~0.5.7",