From f7db50ee042a4a9b44ff2a83237b42c03b109254 Mon Sep 17 00:00:00 2001 From: computerjazz Date: Sat, 9 Jul 2022 22:16:47 -0700 Subject: [PATCH] v2.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db6ee69..fde6b38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-swipeable-item", - "version": "2.0.4", + "version": "2.0.5", "description": "A horizontally swipeable flatlist row compatible with react-native-draggable-flatlist", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -46,6 +46,7 @@ "@types/react": "^17.0.5", "@types/react-native": "^0.64.5", "husky": "^4.2.0", + "metro-react-native-babel-preset": "^0.71.0", "prettier": "^2.2.1", "pretty-quick": "^2.0.1", "react": "~16.9.0", @@ -53,7 +54,6 @@ "react-native-builder-bob": "^0.18.1", "react-native-gesture-handler": "^1.10.3", "react-native-reanimated": "^2.8.0", - "metro-react-native-babel-preset": "^0.71.0", "typescript": "^4.2.4" }, "react-native-builder-bob": {