Skip to content

Commit cf7cf0d

Browse files
committed
modify package-json
1 parent 17322c2 commit cf7cf0d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "basic-ftp",
2+
"name": "advanced-ftp",
33
"version": "5.0.3",
44
"description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.",
55
"main": "dist/index",
@@ -20,9 +20,12 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/patrickjuchli/basic-ftp.git"
23+
"url": "https://github.com/RythenGlyth/advanced-ftp.git"
2424
},
25-
"author": "Patrick Juchli <patrickjuchli@gmail.com>",
25+
"contributors": [
26+
"Patrick Juchli <patrickjuchli@gmail.com>",
27+
"RythenGlyth <rythenglyth@gmail.com>"
28+
],
2629
"license": "MIT",
2730
"keywords": [
2831
"ftp",

0 commit comments

Comments
 (0)