Skip to content

Commit e786f20

Browse files
pheyvaerdougwilson
authored andcommitted
Add extension .nq to application/n-quads
closes jshttp#155
1 parent fa1ec81 commit e786f20

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
==========
33

4+
* Add extension `.nq` to `application/n-quads`
45
* Add new upstream MIME types
56
* Mark `text/less` as compressible
67

db.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,8 @@
865865
"extensions": ["mxf"]
866866
},
867867
"application/n-quads": {
868-
"source": "iana"
868+
"source": "iana",
869+
"extensions": ["nq"]
869870
},
870871
"application/n-triples": {
871872
"source": "iana"

src/custom-types.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
"application/msword": {
106106
"compressible": false
107107
},
108+
"application/n-quads": {
109+
"extensions": ["nq"],
110+
"sources": [
111+
"https://www.iana.org/assignments/media-types/application/n-quads"
112+
]
113+
},
108114
"application/octet-stream": {
109115
"compressible": false,
110116
"extensions": ["buffer"],

0 commit comments

Comments
 (0)