Skip to content

Commit

Permalink
misc: remove unused adm-zip dep
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Jul 15, 2024
1 parent 21b0e40 commit 3613874
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const fsp = require('fs').promises;
const fs = require('fs');
const path = require('path');
const AdmZip = require('adm-zip');
const args = process.argv.slice(2);
const archiver = require('archiver');

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"homepage": "https://github.com/dimdenGD/OldTwitter#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"archiver": "^7.0.1",
"node-fetch": "^2.6.7"
}
Expand Down

0 comments on commit 3613874

Please sign in to comment.