jshttp / mime-db

Media Type Database
MIT License
1.09k stars 256 forks source link

Missing extensions list for model/step #292

Open JohnSimumatik opened 1 year ago

JohnSimumatik commented 1 year ago

Type model/step on line 7765 in db.json is missing an extensions list. Should be .p21, .stp, .step, .stpnc, .210 according to https://www.iana.org/assignments/media-types/model/step

dougwilson commented 1 year ago

Thanks! We don't (yet) support pulling in a large list from iana yet, would you be willing to make a pr that adds these? https://github.com/jshttp/mime-db#direct-inclusion

JohnSimumatik commented 1 year ago

@dougwilson opened a PR #293