Skip to content

Commit 1013f36

Browse files
committed
update package.json file
1 parent 459a6c8 commit 1013f36

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
11
{
22
"name": "git-dld",
3-
"version": "0.0.11",
3+
"description": "Download files or folder from GitHub",
4+
"version": "0.0.12",
5+
"license": "MIT",
6+
"author": "Zeeshan Ahmad <ziishaned@gmail.com>",
47
"main": "build/index.js",
58
"bin": {
69
"git-dld": "./build/index.js"
710
},
811
"files": [
912
"build"
1013
],
11-
"license": "MIT",
1214
"scripts": {
1315
"lint": "eslint . --ext .ts",
1416
"build": "rm -rf build && tsc",
1517
"start": "ts-node ./src/index.ts"
1618
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/ziishaned/git-dld.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/ziishaned/git-dld/issues"
25+
},
26+
"homepage": "https://github.com/ziishaned/git-dld#readme",
27+
"keywords": [
28+
"git",
29+
"clone",
30+
"github",
31+
"github-downloader"
32+
],
1733
"dependencies": {
1834
"github-url-parse": "^0.1.0",
1935
"is-github-url": "^1.2.2",

0 commit comments

Comments
 (0)