Skip to content

Commit

Permalink
Unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Aug 21, 2023
1 parent 9d4dffd commit c41ab2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"minimist": "^1.2.5",
"octokit": "^2.0.2",
"ovsx": "latest",
"semver": "^7.1.3",
"unzipper": "^0.10.11"
"semver": "^7.1.3"
},
"devDependencies": {
"@types/unzipper": "^0.10.5"
Expand Down
1 change: 0 additions & 1 deletion report-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const fs = require('fs');
const Octokit = require('octokit').Octokit;
const { formatter } = require('./lib/reportStat');
const humanNumber = require('human-number');
const unzipper = require('unzipper');
const { registryHost } = require('./lib/constants');

const token = process.env.GITHUB_TOKEN;
Expand Down

0 comments on commit c41ab2d

Please sign in to comment.