-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add mime to fix CircleCI error where it should exist
- Loading branch information
csnyders
committed
Mar 14, 2017
1 parent
bdac22b
commit 370488e
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1674,7 +1674,7 @@ mime-types@^2.1.12, mime-types@~2.1.11, mime-types@~2.1.13, mime-types@~2.1.6, m | |
dependencies: | ||
mime-db "~1.26.0" | ||
|
||
[email protected], mime@^1.2.11: | ||
[email protected], mime@^1.2.11, mime@^1.3.4: | ||
version "1.3.4" | ||
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53" | ||
|
||
|
@@ -1685,15 +1685,15 @@ [email protected]: | |
lru-cache "2" | ||
sigmund "~1.0.0" | ||
|
||
"minimatch@2 || 3", minimatch@^3.0.2: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" | ||
"minimatch@2 || 3", minimatch@2.0.x: | ||
version "2.0.10" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" | ||
dependencies: | ||
brace-expansion "^1.0.0" | ||
|
||
minimatch@2.0.x: | ||
version "2.0.10" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" | ||
minimatch@^3.0.2: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" | ||
dependencies: | ||
brace-expansion "^1.0.0" | ||
|
||
|