fix: add mime dependency back to fix build (#6441)

* Added back dependency `"mime": "^2.0.3",` to fix build;
* Previous builds passed because of the node package caching.
This commit is contained in:
Maksim Sadym 2020-09-23 09:56:40 +02:00 committed by GitHub
parent c7d32cb92f
commit 11ab402846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@
"esprima": "^4.0.0",
"expect": "^25.2.7",
"jpeg-js": "^0.3.7",
"mime": "^2.0.3",
"minimist": "^1.2.0",
"mocha": "^8.0.1",
"ncp": "^2.0.0",