Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 1cd8967

Browse files
committed
Add "engines" to package.json
Enforce Node.js >= 4.5.0 for `Buffer.from()`.
1 parent b7b7cc7 commit 1cd8967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"devDependencies": {
2929
"mocha": "3",
3030
"proxy": "~0.2.3"
31+
},
32+
"engines": {
33+
"node": ">= 4.5.0"
3134
}
3235
}

0 commit comments

Comments
 (0)