Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Rebuild project
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Dec 1, 2018
1 parent 800ca52 commit fbd1bdf
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
1 change: 1 addition & 0 deletions built/mongodb-download-cli.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
declare let MongoDBDownload: any;
declare let argv: any;
declare let mongoDBDownload: any;
2 changes: 1 addition & 1 deletion built/mongodb-download.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export declare class MongoDBDownload {
mongoDBPlatform: MongoDBPlatform;
downloadProgress: IMongoDBDownloadProgress;
debug: any;
constructor({platform, arch, downloadDir, version, http}: {
constructor({ platform, arch, downloadDir, version, http }: {
platform?: any;
arch?: any;
downloadDir?: any;
Expand Down
41 changes: 31 additions & 10 deletions built/mongodb-download.js

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

Loading

0 comments on commit fbd1bdf

Please sign in to comment.