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 (#16)
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 authored and lance committed Oct 18, 2017
1 parent b30d168 commit 9a75f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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 9a75f3f

Please sign in to comment.