Conduitry
/
contexty
Архівний
1
Форк 0
This commit is contained in:
Conduitry 2017-07-19 20:29:58 -04:00
джерело f6bbafedb8
коміт 346af97fa5
2 змінених файлів з 4 додано та 1 видалено

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