From b30cba76ddcc3dc66fe945cae79a44b5687663f2 Mon Sep 17 00:00:00 2001 From: binjiechen Date: Wed, 3 Apr 2019 17:18:54 +0800 Subject: [PATCH] fix patch version not allowed --- types/react-native-scrollable-tab-view/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native-scrollable-tab-view/index.d.ts b/types/react-native-scrollable-tab-view/index.d.ts index 4cc4d674bb..96ed0e616e 100644 --- a/types/react-native-scrollable-tab-view/index.d.ts +++ b/types/react-native-scrollable-tab-view/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-native-scrollable-tab-view 0.10.0 +// Type definitions for react-native-scrollable-tab-view 0.8 // Project: https://github.com/brentvatne/react-native-scrollable-tab-view // Definitions by: CaiHuan // Egor Shulga