File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ copy_logo() {
27
27
echo " $source_file => $target_file "
28
28
cp " $source_file " " $target_file "
29
29
}
30
- copy_logo " android-webview-beta /android-webview-beta_32x32 .png" " android-webview.png"
30
+ copy_logo " android-webview/android-webview_32x32 .png" " android-webview.png"
31
31
copy_logo " chrome/chrome.svg" " chrome.svg"
32
32
copy_logo " edge/edge.svg" " edge.svg"
33
33
copy_logo " edge_12-18/edge_12-18.svg" " edge_legacy.svg"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"devDependencies" : {
4
- "@browser-logos/android-webview-beta " : " ^1.0.3 " ,
4
+ "@browser-logos/android-webview" : " ^1.0.1 " ,
5
5
"@browser-logos/chrome" : " ^1.0.10" ,
6
6
"@browser-logos/edge" : " ^2.0.2" ,
7
7
"@browser-logos/edge_12-18" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments