Skip to content

Commit

Permalink
install fixes, 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ridgway committed Jun 29, 2020
1 parent bb36f33 commit 56c1d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 1 addition & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hub-clone-tool",
"version": "1.0.2",
"version": "1.0.3",
"description": "A little helper to clone github repos",
"main": "src/index.ts",
"main": "lib/index.jsq",
"bin": {
"hct": "./lib/index.js",
"hub-clone-tool": "./lib/index.js"
Expand Down Expand Up @@ -33,7 +33,6 @@
"homepage": "https://github.com/paul-ridgway/hub-clone-tool#readme",
"dependencies": {
"@octokit/rest": "^18.0.0",
"@types/chalk": "^2.2.0",
"@types/inquirer": "^6.5.0",
"@types/listr": "^0.14.2",
"@types/parse-git-config": "^3.0.0",
Expand Down

0 comments on commit 56c1d3b

Please sign in to comment.