Skip to content

Commit 4920999

Browse files
author
Ron Radtke
committed
fixes joltup#251
1 parent 4e2c337 commit 4920999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ReactNativeBlobUtilConfig} from 'types';
1+
import {ReactNativeBlobUtilConfig} from './types';
22
import URIUtil from './utils/uri';
33
import fs from './fs';
44
import getUUID from './utils/uuid';

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-blob-util",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
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": {

0 commit comments

Comments
 (0)