Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 2934383

Browse files
committed
Update package information
1 parent 97cb89a commit 2934383

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

CONTRIBUTORS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Dmitry Petukhov <[email protected]>
2+
Erik Smartt <[email protected]>
3+
Evgeniy Baraniuk <[email protected]>
4+
Juan B. Rodriguez <[email protected]>
5+
Nguyen Cao Nhat Linh <[email protected]>
6+
Tim Suchanek <[email protected]>
7+
8+

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "fetchblob-dev",
3+
"author": "wkh237 <[email protected]>",
34
"version": "0.9.2",
45
"private": true,
56
"scripts": {
@@ -12,5 +13,16 @@
1213
"chokidar": "^1.5.1",
1314
"express": "^4.13.4",
1415
"multer": "^1.1.0"
15-
}
16+
},
17+
"contributors": [
18+
"Dmitry Petukhov <[email protected]>",
19+
"Erik Smartt <[email protected]>",
20+
"Evgeniy Baraniuk <[email protected]>",
21+
"Juan B. Rodriguez <[email protected]>",
22+
"Nguyen Cao Nhat Linh <[email protected]>",
23+
"Tim Suchanek <[email protected]>",
24+
"follower <[email protected]>",
25+
"smartt <[email protected]>",
26+
""
27+
]
1628
}

scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Always execute these scripts from root folder, not here.

test.sh renamed to scripts/test.sh

File renamed without changes.

src/package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,24 @@
2121
"image header"
2222
],
2323
"rnpm": {
24-
"commands": {
25-
"prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
26-
}
27-
},
24+
"commands": {
25+
"prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
26+
}
27+
},
2828
"repository": {
2929
"url": "https://github.com/wkh237/react-native-fetch-blob.git"
3030
},
31-
"author": "wkh237",
32-
"license": "MIT"
31+
"author": "wkh237 <[email protected]>",
32+
"license": "MIT",
33+
"contributors": [
34+
"Dmitry Petukhov <[email protected]>",
35+
"Erik Smartt <[email protected]>",
36+
"Evgeniy Baraniuk <[email protected]>",
37+
"Juan B. Rodriguez <[email protected]>",
38+
"Nguyen Cao Nhat Linh <[email protected]>",
39+
"Tim Suchanek <[email protected]>",
40+
"follower <[email protected]>",
41+
"smartt <[email protected]>",
42+
""
43+
]
3344
}

0 commit comments

Comments
 (0)