Skip to content

Commit ab8d752

Browse files
committed
Add repository field to package definition
1 parent 213c2cc commit ab8d752

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "basic-ftp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "FTP/FTPS client library",
55
"main": "./lib/ftp",
66
"scripts": {
77
"test": "mocha",
88
"tdd": "mocha --watch",
99
"lint": "eslint lib/*.js"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url" : "https://github.com/patrickjuchli/basic-ftp.git"
14+
},
1115
"author": "Patrick Juchli <patrickjuchli@gmail.com>",
1216
"license": "MIT",
1317
"keywords": [

0 commit comments

Comments
 (0)