hal-browser
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,8 @@ | ||
0.2.3 (2018-07-07) | ||
================== | ||
* Another mime-type tweak. Apprarently this problem only appears in | ||
some environments. Sorry for the noise. | ||
0.2.2 (2018-07-07) | ||
@@ -2,0 +9,0 @@ ================== |
@@ -31,3 +31,3 @@ "use strict"; | ||
case '.svg': | ||
ctx.response.type = 'image/svg'; | ||
ctx.response.type = 'image/svg+xml'; | ||
break; | ||
@@ -34,0 +34,0 @@ case '.css': |
{ | ||
"name": "hal-browser", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A HAL browser middleware", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
42388