Skip to content

Commit

Permalink
Add repository field to package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 30, 2017
1 parent 213c2cc commit ab8d752
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "basic-ftp",
"version": "1.0.1",
"version": "1.0.2",
"description": "FTP/FTPS client library",
"main": "./lib/ftp",
"scripts": {
"test": "mocha",
"tdd": "mocha --watch",
"lint": "eslint lib/*.js"
},
"repository": {
"type": "git",
"url" : "https://github.com/patrickjuchli/basic-ftp.git"
},
"author": "Patrick Juchli <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ab8d752

Please sign in to comment.