Skip to content

Commit

Permalink
Add "engines" to package.json
Browse files Browse the repository at this point in the history
Enforce Node.js >= 4.5.0 for `Buffer.from()`.
  • Loading branch information
TooTallNate committed Mar 3, 2018
1 parent 1c24219 commit a277922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"devDependencies": {
"mocha": "^3.4.2",
"proxy": "^0.2.4"
},
"engines": {
"node": ">= 4.5.0"
}
}

0 comments on commit a277922

Please sign in to comment.