Skip to content

Commit 121802b

Browse files
author
Krzysztof Borowy
committed
v1.10.1
1 parent 85c5278 commit 121802b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -113,7 +113,12 @@
113113
"source": "src",
114114
"output": "lib",
115115
"targets": [
116-
["commonjs", {"copyFlow": true}],
116+
[
117+
"commonjs",
118+
{
119+
"copyFlow": true
120+
}
121+
],
117122
"module"
118123
]
119124
}

0 commit comments

Comments
 (0)