Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit d19ee2d

Browse files
evilebottnawijoshwiens
authored andcommittedOct 2, 2017
chore: update mime package to avoid deprecation mime type with woff and woff2 (#87)
1 parent 636ebed commit d19ee2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"loader-utils": "^1.0.2",
12-
"mime": "^1.3.6",
12+
"mime": ">=1.4.1",
1313
"schema-utils": "^0.3.0"
1414
},
1515
"devDependencies": {
@@ -25,6 +25,5 @@
2525
"bugs": {
2626
"url": "https://github.com/webpack-contrib/url-loader/issues"
2727
},
28-
"homepage": "https://github.com/webpack-contrib/url-loader",
29-
"license": "MIT"
28+
"homepage": "https://github.com/webpack-contrib/url-loader"
3029
}

0 commit comments

Comments
 (0)
This repository has been archived.