mime-bytes 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mime-bytes",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Lightning-fast file type detection using magic bytes (file signatures) with a focus on stream processing and minimal memory usage",
6
6
  "main": "index.js",
@@ -31,7 +31,7 @@
31
31
  "keywords": [],
32
32
  "devDependencies": {
33
33
  "glob": "^13.0.0",
34
- "makage": "^0.1.6"
34
+ "makage": "^0.1.8"
35
35
  },
36
- "gitHead": "e4643c07b6a961b964bbb132308366fc549504a1"
36
+ "gitHead": "3812f24a480b2035b3413ec7fecfe492f294e590"
37
37
  }