Skip to content

Commit 289b145

Browse files
committed
Merge branch 'master' of github.com:laravel/laravel
2 parents 4e6838a + b2d7fac commit 289b145

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Homestead.yaml
1111
npm-debug.log
1212
yarn-error.log
1313
.env
14+
.phpunit.result.cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cross-env": "^5.1",
1717
"jquery": "^3.2",
1818
"laravel-mix": "^2.0",
19-
"lodash": "^4.17.4",
19+
"lodash": "^4.17.5",
2020
"vue": "^2.5.7"
2121
}
2222
}

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ We would like to extend our thanks to the following sponsors for helping fund on
4949
- [WebL'Agence](https://weblagence.com/)
5050
- [Invoice Ninja](https://www.invoiceninja.com)
5151
- [iMi digital](https://www.imi-digital.de/)
52+
- [Earthlink](https://www.earthlink.ro/)
53+
- [Steadfast Collective](https://steadfastcollective.com/)
5254

5355
## Contributing
5456

resources/views/welcome.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<title>Laravel</title>
99

1010
<!-- Fonts -->
11-
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
11+
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
1212

1313
<!-- Styles -->
1414
<style>
1515
html, body {
1616
background-color: #fff;
1717
color: #636b6f;
18-
font-family: 'Raleway', sans-serif;
19-
font-weight: 100;
18+
font-family: 'Nunito', sans-serif;
19+
font-weight: 200;
2020
height: 100vh;
2121
margin: 0;
2222
}

0 commit comments

Comments
 (0)