Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
limit "engines" to <8
Browse files Browse the repository at this point in the history
With the introduction of `async-hooks` in v8.x, there should be a way to do this without `process.binding('async_wrap');`
  • Loading branch information
refack committed Sep 23, 2017
1 parent 7ea43ea commit f0f5b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight module for code tracing using async-wrap",
"main": "index.js",
"engines": {
"node": ">=5.0.0"
"node": ">=5.0.0 <8"
},
"scripts": {
"lint": "eslint lib/*.js test/*.js index.js",
Expand Down

0 comments on commit f0f5b01

Please sign in to comment.