You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused dependencies from package.json (#1055)
This patch removes `mkdirp` and `mz` from `dependencies` in `package.json` as they are not used in the project. Meanwhile, `rimraf` and `uuid` are moved into `devDependencies` in `package.json` as they are for testing only.
Fix: #1054
0 commit comments