Conduitry
/
contexty
Zarchiwizowane
1
Forkuj 0

we have node 8.2!

This commit is contained in:
Conduitry 2017-07-19 20:29:58 -04:00
rodzic f6bbafedb8
commit 346af97fa5
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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"