Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 506b115

Browse files
committed
fix missing extensions
1 parent 2879c36 commit 506b115

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
unreleased
2+
==========
3+
4+
* Fix missing extensions
5+
- `application/json5`
6+
- `text/hjson`
7+
18
1.3.0 / 2014-12-07
29
==================
310

db.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@
445445
"source": "iana",
446446
"compressible": true
447447
},
448+
"application/json5": {
449+
"extensions": ["json5"]
450+
},
448451
"application/jsonml+json": {
449452
"source": "apache",
450453
"compressible": true,
@@ -5753,6 +5756,9 @@
57535756
"text/grammar-ref-list": {
57545757
"source": "iana"
57555758
},
5759+
"text/hjson": {
5760+
"extensions": ["hjson"]
5761+
},
57565762
"text/html": {
57575763
"source": "iana",
57585764
"compressible": true,

0 commit comments

Comments
 (0)