bump bulma
This commit is contained in:
parent
487c38f859
commit
2a5e70b870
3 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Sticky footer
|
// Sticky footer
|
||||||
body.site {
|
body.site {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -5,7 +5,9 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma": {
|
"bulma": {
|
||||||
"version": "git+ssh://git@github.com/jgthms/bulma.git#23e86100d9c71fa404985a5a288f7b988686e670"
|
"version": "0.5.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.5.1.tgz",
|
||||||
|
"integrity": "sha1-2ygxyUr+cyJQx7ElJ6e3kqTcnvg="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
|
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma": "0.4.2"
|
"bulma": "0.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue