remove unnecessary "mkdirp" package from tests

This commit is contained in:
Evan Wallace
2020-10-13 00:38:42 -07:00
parent a19eb2aa13
commit c75a3c020b
4 changed files with 20 additions and 32 deletions

View File

@@ -83,11 +83,6 @@
"brace-expansion": "^1.1.7"
}
},
"mkdirp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",