Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
fixes #164
fixes #157
  • Loading branch information
Ron Radtke committed Jun 24, 2022
1 parent 2f8f0c9 commit a1ba9eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blob-util",
"version": "0.16.0",
"version": "0.16.1",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,11 +35,16 @@
"wkh237 <[email protected]>"
],
"devDependencies": {
"react-native": "^0.64.2",
"react": "16.13.1",
"react-native": "^0.68.2",
"@typescript-eslint/parser": "^3.4.0",
"@react-native-community/eslint-config": "^3.0.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint": "^6.8.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}

0 comments on commit a1ba9eb

Please sign in to comment.