Skip to content

Commit 00fcf76

Browse files
authored
Get rid of unused npm dependencies (#3154)
1 parent 6d2e591 commit 00fcf76

File tree

4 files changed

+6
-67
lines changed

4 files changed

+6
-67
lines changed

src/Azure.Functions.Cli/npm/lib/install.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const chalk = require('chalk');
99
const path = require('path');
1010
const fs = require('fs');
1111
const rimraf = require('rimraf');
12-
const glob = require('glob');
13-
const execSync = require('child_process').execSync;
1412
const ProgressBar = require('progress');
1513
const os = require('os');
1614

src/Azure.Functions.Cli/npm/lib/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#! /usr/bin/env node
22

33
const path = require('path');
4-
const fs = require('fs');
54
const spawn = require('child_process').spawn;
6-
const fork = require('child_process').fork;
7-
const commandExists = require('command-exists');
85
const args = process.argv;
96

107
function main() {

src/Azure.Functions.Cli/npm/npm-shrinkwrap.json

Lines changed: 6 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Azure.Functions.Cli/npm/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@
2828
},
2929
"dependencies": {
3030
"chalk": "3.0.0",
31-
"command-exists": "1.2.8",
32-
"glob": "7.1.6",
3331
"https-proxy-agent": "5.0.0",
3432
"progress": "2.0.3",
3533
"rimraf": "3.0.2",
36-
"tmp": "0.1.0",
3734
"unzipper": "0.10.10"
3835
},
3936
"publishConfig": {

0 commit comments

Comments
 (0)