Skip to content

Commit b8f4230

Browse files
committed
add withAsyncStorage to npmignore
1 parent dbcf048 commit b8f4230

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*
33

44
# But not these files...
5-
!index.ts
5+
!index.ts
6+
!withAsyncStorage.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-devsettings",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "index.ts",
55
"description": "A simple library to enable/disable Chrome Debugger from your app",
66
"author": "Gustavo Gard <[email protected]>",

0 commit comments

Comments
 (0)