Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit efd42a3

Browse files
committed
Update dependencies
1 parent 52c2b8c commit efd42a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/Console/Commands/SkinDownload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function downloadSkin($uuid) {
7676
function saveRendered($uuid, $url) {
7777
$rawSkin = imagecreatefromstring(file_get_contents($url));
7878
$head = MinecraftSkins::head($rawSkin, 8);
79-
$skin = MinecraftSkins::skin($rawSkin, 8);
79+
$skin = MinecraftSkins::skin($rawSkin, 4);
8080

8181
$path = public_path() . "/img/head/$uuid.png";
8282
//check if it's still the same folder

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"gulp": "^3.9.1"
55
},
66
"dependencies": {
7-
"laravel-elixir": "^6.0.0-1",
8-
"bootstrap-sass": "^3.3.6"
7+
"laravel-elixir": "^6.0.0-9",
8+
"bootstrap-sass": "^3.3.7"
99
}
1010
}

0 commit comments

Comments
 (0)