mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Updated engine requirement because connect-mongo package
This commit is contained in:
parent
740fde75d3
commit
7305984676
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Browsers Requirement
|
||||||
|
|
||||||
Prerequisite
|
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
|
- PostgreSQL 9.3.x or 9.4.x
|
||||||
- MongoDB 3.0.x
|
- MongoDB 3.0.x
|
||||||
- npm and bower
|
- npm and bower
|
||||||
|
|
|
@ -52,6 +52,6 @@
|
||||||
"reveal.js": "3.2.0"
|
"reveal.js": "3.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.10.x"
|
"node": ">=4.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue