From 29a572c7d4ad94ce5b57f1e8e5d0a80e2b300a31 Mon Sep 17 00:00:00 2001 From: Aaron Grider Date: Tue, 13 Oct 2020 11:32:07 -0700 Subject: [PATCH] Remove wix references --- ReactNativeCameraKit.podspec | 4 ++-- package.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ReactNativeCameraKit.podspec b/ReactNativeCameraKit.podspec index 5fe9ecf..4f76e72 100644 --- a/ReactNativeCameraKit.podspec +++ b/ReactNativeCameraKit.podspec @@ -9,10 +9,10 @@ Pod::Spec.new do |s| s.license = "MIT" s.authors = "CameraKit" - s.homepage = "https://github.com/wix/react-native-camera-kit" + s.homepage = "https://github.com/teslamotors/react-native-camera-kit" s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/wix/react-native-camera-kit.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/teslamotors/react-native-camera-kit.git", :tag => "v#{s.version}" } s.source_files = "ios/lib/**/*.{h,m}" s.dependency 'React' diff --git a/package.json b/package.json index 09c3a94..f98b0db 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,6 @@ "nativePackage": true, "react-native": "src/index", "source": "src/index", - "bugs": { - "url": "https://github.com/wix/react-native-camera-kit/issues" - }, "scripts": { "test": "jest", "start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",