Skip to content

Commit

Permalink
fix: update to latest mime-db
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 16, 2020
1 parent 6f5eb3e commit 43b09ef
Show file tree
Hide file tree
Showing 5 changed files with 1,352 additions and 1,227 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A comprehensive, compact MIME type module.

[![Build Status](https://travis-ci.org/broofa/node-mime.svg?branch=master)](https://travis-ci.org/broofa/node-mime)
[![Build Status](https://travis-ci.org/broofa/mime.svg?branch=master)](https://travis-ci.org/broofa/mime)

## Version 2 Notes

Expand All @@ -15,7 +15,7 @@ Version 2 is a breaking change from 1.x as the semver implies. Specifically:
* `extension()` renamed to `getExtension()`
* `charset()` and `load()` methods have been removed

If you prefer the legacy version of this module please `npm install mime@^1`. Version 1 docs may be found [here](https://github.com/broofa/node-mime/tree/v1.4.0).
If you prefer the legacy version of this module please `npm install mime@^1`. Version 1 docs may be found [here](https://github.com/broofa/mime/tree/v1.4.0).

## Install

Expand Down Expand Up @@ -184,4 +184,4 @@ E.g.
application/javascript

----
Markdown generated from [src/README_js.md](src/README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)
Markdown generated from [src/README_js.md](src/README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)
Loading

0 comments on commit 43b09ef

Please sign in to comment.