From e7e2bbbffce0434d243a307d1be83a6ac901bc62 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Wed, 13 Nov 2019 15:15:26 +0300 Subject: [PATCH] Typo fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2df992..54a336c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-easy-state-view", - "version": "0.3.3", + "version": "0.3.4", "description": "Fully customizable State View with plug & play usage for React Native.", "keywords": [ "react-native", @@ -13,7 +13,7 @@ ], "homepage": "https://www.freakycoder.com", "bugs": "https://github.com/WrathChaos/react-native-easy-state-view/issues", - "main": "./lib/src/components/StateView.js", + "main": "./lib/src/StateView.js", "repository": "git@github.com:WrathChaos/react-native-easy-state-view.git", "author": "Kuray (FreakyCoder) ", "license": "MIT",