bump bulma

This commit is contained in:
Lorin Werthen 2017-08-08 15:54:01 +02:00
parent 487c38f859
commit 2a5e70b870
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 5 additions and 2 deletions

View file

@ -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
View file

@ -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="
} }
} }
} }

View file

@ -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"
} }
} }