Commit 05f74c2
committed
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: #10541 parent 5aca033 commit 05f74c2
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
78 | | - | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments