Skip to content

Commit

Permalink
fix: add mime dependency back to fix build (#6441)
Browse files Browse the repository at this point in the history
* Added back dependency `"mime": "^2.0.3",` to fix build;
* Previous builds passed because of the node package caching.
  • Loading branch information
sadym-chromium committed Sep 23, 2020
1 parent c7d32cb commit 11ab402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 11ab402

Please sign in to comment.