Skip to content

Commit b1d4645

Browse files
committed
Update nan to support node 22
1 parent eb0091a commit b1d4645

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build
2+
node_modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@picturae/mmmagic",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"author": "Brian White <mscdex@mscdex.net>",
55
"description": "An async libmagic binding for node.js for detecting content types by data inspection",
66
"main": "./lib/index",
77
"dependencies": {
8-
"nan": "^2.17.0"
8+
"nan": "^2.20.0"
99
},
1010
"scripts": {
1111
"install": "node-gyp rebuild",

0 commit comments

Comments
 (0)