mirror of https://github.com/status-im/codimd.git
Updated engine requirement because connect-mongo package
This commit is contained in:
parent
740fde75d3
commit
7305984676
|
@ -20,7 +20,7 @@ Browsers Requirement
|
|||
|
||||
Prerequisite
|
||||
---
|
||||
- Node.js 0.10.x or up (test up to 5.2.0)
|
||||
- Node.js 4.x or up (test up to 5.2.0)
|
||||
- PostgreSQL 9.3.x or 9.4.x
|
||||
- MongoDB 3.0.x
|
||||
- npm and bower
|
||||
|
|
|
@ -52,6 +52,6 @@
|
|||
"reveal.js": "3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x"
|
||||
"node": ">=4.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue