From d28a87b6e285562a84aa9f06f22aeaa0dbd10a88 Mon Sep 17 00:00:00 2001 From: Kiran Kalyan Date: Sun, 29 Jul 2018 22:16:29 +0200 Subject: [PATCH] Corrected the typo in the Example project(package.json) --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 3d2a5cb..46ea6f0 100644 --- a/Example/package.json +++ b/Example/package.json @@ -15,10 +15,10 @@ "babel-preset-react-native": "2.0.0", "jest": "20.0.4", "react-test-renderer": "16.0.0-alpha.12", - "react-native-segemented-control-tab": "file:../" + "react-native-segmented-control-tab": "file:../" }, "jest": { "preset": "react-native" } -} \ No newline at end of file +}