Skip to content

Commit

Permalink
refactor: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned committed Jun 21, 2020
1 parent 7d6dbfc commit 459a6c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-dld",
"version": "0.0.10",
"version": "0.0.11",
"main": "build/index.js",
"bin": {
"git-dld": "./build/index.js"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ora from 'ora';
import yargs from 'yargs';
import {format} from 'util';
import isGithubUrl from 'is-github-url';
import {download, githubContentsEndpoint} from './helper';
import {download, githubContentsEndpoint} from './downloader';
import parseGithubUrl, {ParsedGithubUrl} from 'github-url-parse';

export const spinner: ora.Ora = ora('Fetching information');
Expand Down

0 comments on commit 459a6c8

Please sign in to comment.