Skip to content

Commit a277922

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"devDependencies": {
2929
"mocha": "^3.4.2",
3030
"proxy": "^0.2.4"
31+
},
32+
"engines": {
33+
"node": ">= 4.5.0"
3134
}
3235
}

0 commit comments

Comments
 (0)