mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-02 07:00:24 -04:00
leonardo-ui v1.7.0 has a node dependency of >=10.11 which would cause yarn to throw if that requirement is not met. We want to be able to run on node 8 until its end-of-life.
8 lines
101 B
JSON
8 lines
101 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"enigma.js": "^2.4.0",
|
|
"leonardo-ui": "1.6.0"
|
|
}
|
|
}
|