mirror of https://github.com/status-im/codimd.git
Add current requirements for node versions
Right now we can only run on node versions below 10.x thanks to scrypt dependencies. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
c71361467d
commit
bd46230a7f
|
@ -132,7 +132,7 @@
|
|||
"xss": "^0.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.x"
|
||||
"node": ">=6.x <10.x"
|
||||
},
|
||||
"bugs": "https://github.com/hackmdio/hackmd/issues",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue