Skip to content

Commit

Permalink
fix(deps): update dependency zip-dir to v2 (#2080)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency zip-dir to v2
* chore: Removed module to manually promisy zip-dir

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Luca Greco <lgreco@mozilla.com>
  • Loading branch information
3 people authored Feb 22, 2021
1 parent 8e1f4c2 commit 773cfa0
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 23 deletions.
74 changes: 62 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"watchpack": "1.7.5",
"ws": "7.4.3",
"yargs": "16.2.0",
"zip-dir": "1.0.2"
"zip-dir": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.16",
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import parseJSON from 'parse-json';
import stripBom from 'strip-bom';
import stripJsonComments from 'strip-json-comments';
import defaultEventToPromise from 'event-to-promise';
import zipDir from 'zip-dir';

import defaultSourceWatcher from '../watcher';
import {zipDir} from '../util/zip-dir';
import getValidatedManifest, {getManifestId} from '../util/manifest';
import {prepareArtifactsDir} from '../util/artifacts';
import {createLogger} from '../util/logger';
Expand Down
9 changes: 0 additions & 9 deletions src/util/zip-dir.js

This file was deleted.

0 comments on commit 773cfa0

Please sign in to comment.