Skip to content

Commit 482c06b

Browse files
committed
Update minimum Node version to 4.5.0
`Buffer.alloc` and `Buffer.from` were only backported then.
1 parent 14153f2 commit 482c06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"license": "MIT",
4545
"engines": {
46-
"node": ">= 4.0.0"
46+
"node": ">= 4.5.0"
4747
}
4848
}

0 commit comments

Comments
 (0)