We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0091a commit b1d4645Copy full SHA for b1d4645
.gitignore
@@ -0,0 +1,2 @@
1
+build
2
+node_modules
package.json
@@ -1,11 +1,11 @@
{
"name": "@picturae/mmmagic",
3
- "version": "0.5.3",
+ "version": "0.5.4",
4
"author": "Brian White <mscdex@mscdex.net>",
5
"description": "An async libmagic binding for node.js for detecting content types by data inspection",
6
"main": "./lib/index",
7
"dependencies": {
8
- "nan": "^2.17.0"
+ "nan": "^2.20.0"
9
},
10
"scripts": {
11
"install": "node-gyp rebuild",
0 commit comments