we have node 8.2!
This commit is contained in:
parent
f6bbafedb8
commit
346af97fa5
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ At the beginning of handling an HTTP request, you can create a new context. Else
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Node.js](https://nodejs.org/) 8.2+ (currently in [release candidate](https://nodejs.org/download/rc/) stage), or a [nightly build](https://nodejs.org/download/nightly/)
|
||||
- [Node.js](https://nodejs.org/) 8.2+
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
"prettier": "^1.5.3",
|
||||
"rollup": "^0.45.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.2.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Conduitry/contexty.git"
|
||||
|
|
Reference in a new issue