From d19ee2d783ef5ce88d05712e9c9a13178ada20c6 Mon Sep 17 00:00:00 2001 From: Evilebot Tnawi Date: Mon, 2 Oct 2017 20:24:25 +0300 Subject: [PATCH] chore: update `mime` package to avoid deprecation mime type with `woff` and `woff2` (#87) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3846869..cd0ec6d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "loader-utils": "^1.0.2", - "mime": "^1.3.6", + "mime": ">=1.4.1", "schema-utils": "^0.3.0" }, "devDependencies": { @@ -25,6 +25,5 @@ "bugs": { "url": "https://github.com/webpack-contrib/url-loader/issues" }, - "homepage": "https://github.com/webpack-contrib/url-loader", - "license": "MIT" + "homepage": "https://github.com/webpack-contrib/url-loader" }