mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Update minimum node version
This commit is contained in:
parent
c90731512b
commit
024e5f61ba
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '4.0'
|
||||
- '6'
|
||||
branches:
|
||||
except:
|
||||
- releases
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"url": "git://github.com/Rebilly/ReDoc"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0",
|
||||
"node": ">=4.7",
|
||||
"npm": ">=3.0.0"
|
||||
},
|
||||
"main": "dist/redoc.min.js",
|
||||
|
|
Loading…
Reference in New Issue
Block a user