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