We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213c2cc commit ab8d752Copy full SHA for ab8d752
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "basic-ftp",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "FTP/FTPS client library",
5
"main": "./lib/ftp",
6
"scripts": {
7
"test": "mocha",
8
"tdd": "mocha --watch",
9
"lint": "eslint lib/*.js"
10
},
11
+ "repository": {
12
+ "type": "git",
13
+ "url" : "https://github.com/patrickjuchli/basic-ftp.git"
14
+ },
15
"author": "Patrick Juchli <patrickjuchli@gmail.com>",
16
"license": "MIT",
17
"keywords": [
0 commit comments