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" }