From b8f4230283f9712c7c4a0de03a0b91479b4bcf92 Mon Sep 17 00:00:00 2001 From: Gustavo Gard Date: Wed, 7 Jun 2023 12:07:26 -0300 Subject: [PATCH] add withAsyncStorage to npmignore --- .npmignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 64a79c0..99565c4 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,5 @@ * # But not these files... -!index.ts \ No newline at end of file +!index.ts +!withAsyncStorage.ts \ No newline at end of file diff --git a/package.json b/package.json index 065764d..e177a91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-devsettings", - "version": "1.0.4", + "version": "1.0.5", "main": "index.ts", "description": "A simple library to enable/disable Chrome Debugger from your app", "author": "Gustavo Gard ",