Skip to content

Commit

Permalink
Work to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Mar 26, 2019
1 parent 2e08df6 commit 0b9e6b9
Show file tree
Hide file tree
Showing 11 changed files with 222 additions and 658 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# browser-mime

MIME types for use in browsers
MIME types for use in browsers.

To rebuild the JS library in `dist/`:

```
npm build
```

To generate the database:

```
npm install
npm run build
npm run build-db
```

This will reproduce [`browser-mime-db.json`](browser-mime-db.json)
Expand Down
Loading

0 comments on commit 0b9e6b9

Please sign in to comment.