Skip to content

Commit

Permalink
update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned committed Jun 21, 2020
1 parent 459a6c8 commit 1013f36
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
{
"name": "git-dld",
"version": "0.0.11",
"description": "Download files or folder from GitHub",
"version": "0.0.12",
"license": "MIT",
"author": "Zeeshan Ahmad <[email protected]>",
"main": "build/index.js",
"bin": {
"git-dld": "./build/index.js"
},
"files": [
"build"
],
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts",
"build": "rm -rf build && tsc",
"start": "ts-node ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziishaned/git-dld.git"
},
"bugs": {
"url": "https://github.com/ziishaned/git-dld/issues"
},
"homepage": "https://github.com/ziishaned/git-dld#readme",
"keywords": [
"git",
"clone",
"github",
"github-downloader"
],
"dependencies": {
"github-url-parse": "^0.1.0",
"is-github-url": "^1.2.2",
Expand Down

0 comments on commit 1013f36

Please sign in to comment.