Skip to content

Commit

Permalink
fix missing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 16, 2014
1 parent 2879c36 commit 506b115
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
unreleased
==========

* Fix missing extensions
- `application/json5`
- `text/hjson`

1.3.0 / 2014-12-07
==================

Expand Down
6 changes: 6 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@
"source": "iana",
"compressible": true
},
"application/json5": {
"extensions": ["json5"]
},
"application/jsonml+json": {
"source": "apache",
"compressible": true,
Expand Down Expand Up @@ -5753,6 +5756,9 @@
"text/grammar-ref-list": {
"source": "iana"
},
"text/hjson": {
"extensions": ["hjson"]
},
"text/html": {
"source": "iana",
"compressible": true,
Expand Down

0 comments on commit 506b115

Please sign in to comment.