forked from react-native-community/fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2eda71
commit d36fe07
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,11 @@ | |
"description": "A fetch API polyfill for React Native with text streaming support.", | ||
"version": "1.0.0", | ||
"main": "fetch.js", | ||
"author": "André Costa Lima <[email protected]> (https://github.com/acostalima/)", | ||
"author": { | ||
"name": "André Costa Lima", | ||
"email": "[email protected]", | ||
"url": "https://github.com/acostalima/" | ||
}, | ||
"repository": "react-native-community/fetch", | ||
"license": "MIT", | ||
"keywords": [ | ||
|