File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"require-dev" : {
19
19
"facade/ignition" : " ^2.0" ,
20
- "fzaninotto /faker" : " ^1.9.1" ,
20
+ "fakerphp /faker" : " ^1.9.1" ,
21
21
"mockery/mockery" : " ^1.3.1" ,
22
22
"nunomaduro/collision" : " ^4.1" ,
23
23
"phpunit/phpunit" : " ^8.5"
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"dev" : " npm run development" ,
5
- "development" : " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules -- config=node_modules/laravel-mix/setup/webpack.config.js" ,
5
+ "development" : " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js" ,
6
6
"watch" : " npm run development -- --watch" ,
7
7
"watch-poll" : " npm run watch -- --watch-poll" ,
8
8
"hot" : " cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js" ,
9
9
"prod" : " npm run production" ,
10
- "production" : " cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules -- config=node_modules/laravel-mix/setup/webpack.config.js"
10
+ "production" : " cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
11
11
},
12
12
"devDependencies" : {
13
13
"axios" : " ^0.19" ,
Original file line number Diff line number Diff line change 7
7
<title >Laravel</title >
8
8
9
9
<!-- Fonts -->
10
- <link href =" https://fonts.googleapis.com/css ?family=Nunito:200, 600" rel =" stylesheet" >
10
+ <link href =" https://fonts.googleapis.com/css2 ?family=Nunito:wght@ 200; 600&display=swap " rel =" stylesheet" >
11
11
12
12
<!-- Styles -->
13
13
<style >
You can’t perform that action at this time.
0 commit comments