From 4bf10e1829550e548ecde6e8c55deb80bf9520e9 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 13 Sep 2022 13:14:10 +0500 Subject: [PATCH] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d356253..f40e10b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "react-native-actions-sheet", - "version": "0.8.5", + "version": "0.8.6", "description": "A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.", - "main": "dist/index.js", + "main": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/ammarahm-ed/react-native-actions-sheet.git"