We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcf048 commit b8f4230Copy full SHA for b8f4230
2 files changed
.npmignore
@@ -2,4 +2,5 @@
2
*
3
4
# But not these files...
5
-!index.ts
+!index.ts
6
+!withAsyncStorage.ts
package.json
@@ -1,6 +1,6 @@
1
{
"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 <gusgard.it@gmail.com>",
0 commit comments