update version doc
This commit is contained in:
parent
b339105c65
commit
4aaf256a92
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
### Requirements
|
||||
|
||||
- [Node.js](https://nodejs.org/en/) at least `0.12`
|
||||
- [Node.js](https://nodejs.org/en/) at least `8.x.x`
|
||||
|
||||
### About
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"prepublish": "gulp compile && mocha"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
"node": ">= 8"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue