Skip to content

Commit c8596a3

Browse files
authored
Update package.json
1 parent 699ed44 commit c8596a3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "react-native-blob-util",
3-
"version" : "0.24.4",
3+
"version" : "0.24.5",
44
"description" : "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main" : "index",
66
"scripts" : {
@@ -19,7 +19,10 @@
1919
"file",
2020
"download",
2121
"filestream",
22-
"image header"
22+
"image header",
23+
"android",
24+
"ios",
25+
"file system"
2326
],
2427
"repository" : {
2528
"url" : "https://github.com/RonRadtke/react-native-blob-util"
@@ -28,6 +31,10 @@
2831
"name" : "RonRadtke",
2932
"username" : "RonRadtke"
3033
},
34+
"funding": {
35+
"type": "github",
36+
"url": "https://github.com/sponsors/ronradtke"
37+
},
3138
"license" : "MIT",
3239
"contributors" : [
3340
"Traviskn <>",

0 commit comments

Comments
 (0)