We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6dbfc commit 459a6c8Copy full SHA for 459a6c8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-dld",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"main": "build/index.js",
5
"bin": {
6
"git-dld": "./build/index.js"
src/helper.ts renamed to src/downloader.ts
src/index.ts
@@ -8,7 +8,7 @@ import ora from 'ora';
8
import yargs from 'yargs';
9
import {format} from 'util';
10
import isGithubUrl from 'is-github-url';
11
-import {download, githubContentsEndpoint} from './helper';
+import {download, githubContentsEndpoint} from './downloader';
12
import parseGithubUrl, {ParsedGithubUrl} from 'github-url-parse';
13
14
export const spinner: ora.Ora = ora('Fetching information');
0 commit comments