Files
releases/docs/website/package.json
T
Stephan Renatus 33a5fbe96d website: fix ecosystem tile layout (#3907)
We had to bump bulma (0.7.4 -> 0.9.3) to get the flex-related classes.

Fixes #3875.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-10-21 13:34:30 +02:00

7 lines
71 B
JSON

{
"private": true,
"devDependencies": {
"bulma": "0.9.3"
}
}