1
0
Fork 0

also commit style.css (and update bootstrap)

This commit is contained in:
Lukas Winkler 2018-02-11 09:32:11 +01:00
parent 1154541d65
commit cd70053de5
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5
4 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View file

@ -8,4 +8,4 @@ src/vendor
src/composer.phar
src/config/config.php
src/node_modules/
src/public/css/style.*
src/public/css/style.css.map

6
src/package-lock.json generated
View file

@ -104,9 +104,9 @@
}
},
"bootstrap": {
"version": "4.0.0-beta.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-beta.2.tgz",
"integrity": "sha512-DzGtdTlKbrMoGMpz0LigKSqJ+MgtFKxA791PU/q062OlRG0HybNZcTLH7rpDAmLS66Y3esN9yzKHLLbqa5UR3w=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz",
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
},
"brace-expansion": {
"version": "1.1.8",

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"bootstrap": "^4.0.0",
"node-sass": "^4.7.2"
},
"devDependencies": {},

8
src/public/css/style.css Normal file

File diff suppressed because one or more lines are too long