Skip to content

Commit 459a6c8

Browse files
committed
refactor: rename file
1 parent 7d6dbfc commit 459a6c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-dld",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "build/index.js",
55
"bin": {
66
"git-dld": "./build/index.js"
File renamed without changes.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ora from 'ora';
88
import yargs from 'yargs';
99
import {format} from 'util';
1010
import isGithubUrl from 'is-github-url';
11-
import {download, githubContentsEndpoint} from './helper';
11+
import {download, githubContentsEndpoint} from './downloader';
1212
import parseGithubUrl, {ParsedGithubUrl} from 'github-url-parse';
1313

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

0 commit comments

Comments
 (0)