Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Oct 31, 2023
1 parent 06865e9 commit d445565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"fs-extra": "11.1.1",
"shx": "^0.3.4",
"tar": "6.2.0",
"axios": "1.6.0",
"progress-stream":"2.0.0"
"axios": "1.6.0"
},
"phoenixRepo": {
"gitClonrUrl": "https://github.com/phcode-dev/phoenix.git",
Expand Down
2 changes: 0 additions & 2 deletions src-build/downloadNodeBinary.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as https from "https";
import * as fs from "fs";
import tar from "tar";
import * as path from "path";
Expand All @@ -8,7 +7,6 @@ import {dirname} from 'path';
import * as fsExtra from "fs-extra";
import {getPlatformDetails, getSideCarBinName, removeDir} from "./utils.js";
import axios from 'axios';
import progress from 'progress-stream';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Expand Down

0 comments on commit d445565

Please sign in to comment.