Skip to content

Commit

Permalink
Add extension .es to application/ecmascript
Browse files Browse the repository at this point in the history
closes #116
  • Loading branch information
snuggs authored and dougwilson committed Mar 15, 2018
1 parent f713f8c commit 816fd5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==========

* Add extension `.es` to `application/ecmascript`

1.33.0 / 2018-02-15
===================

Expand Down
2 changes: 1 addition & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"application/ecmascript": {
"source": "iana",
"compressible": true,
"extensions": ["ecma"]
"extensions": ["ecma","es"]
},
"application/edi-consent": {
"source": "iana"
Expand Down
7 changes: 6 additions & 1 deletion src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
]
},
"application/ecmascript": {
"compressible": true
"compressible": true,
"extensions": ["es"],
"sources": [
"http://tools.ietf.org/rfc/rfc4329.txt",
"http://www.iana.org/assignments/media-types/application/ecmascript"
]
},
"application/edi-x12": {
"compressible": false
Expand Down

0 comments on commit 816fd5d

Please sign in to comment.