File tree 4 files changed +7
-4
lines changed 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Homestead.yaml
11
11
npm-debug.log
12
12
yarn-error.log
13
13
.env
14
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 16
16
"cross-env" : " ^5.1" ,
17
17
"jquery" : " ^3.2" ,
18
18
"laravel-mix" : " ^2.0" ,
19
- "lodash" : " ^4.17.4 " ,
19
+ "lodash" : " ^4.17.5 " ,
20
20
"vue" : " ^2.5.7"
21
21
}
22
22
}
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ We would like to extend our thanks to the following sponsors for helping fund on
49
49
- [ WebL'Agence] ( https://weblagence.com/ )
50
50
- [ Invoice Ninja] ( https://www.invoiceninja.com )
51
51
- [ iMi digital] ( https://www.imi-digital.de/ )
52
+ - [ Earthlink] ( https://www.earthlink.ro/ )
53
+ - [ Steadfast Collective] ( https://steadfastcollective.com/ )
52
54
53
55
## Contributing
54
56
Original file line number Diff line number Diff line change 8
8
<title >Laravel</title >
9
9
10
10
<!-- 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" >
12
12
13
13
<!-- Styles -->
14
14
<style >
15
15
html , body {
16
16
background-color : #fff ;
17
17
color : #636b6f ;
18
- font-family : ' Raleway ' , sans-serif ;
19
- font-weight : 100 ;
18
+ font-family : ' Nunito ' , sans-serif ;
19
+ font-weight : 200 ;
20
20
height : 100vh ;
21
21
margin : 0 ;
22
22
}
You can’t perform that action at this time.
0 commit comments