From 45bf79e04f6332ab12264f663a26bd70c7b31b54 Mon Sep 17 00:00:00 2001 From: ankittre2000 Date: Tue, 2 Jan 2024 08:57:05 -0500 Subject: [PATCH] Update prettier --- lib/loadMtl.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/loadMtl.js b/lib/loadMtl.js index 25b285f..a3fccb6 100644 --- a/lib/loadMtl.js +++ b/lib/loadMtl.js @@ -70,8 +70,8 @@ function loadMtl(mtlPath, options) { const ambientTextureOptions = defined(overridingAmbientTexture) ? undefined : options.packOcclusion - ? decodeOptions - : undefined; + ? decodeOptions + : undefined; const specularTextureOptions = defined(overridingSpecularTexture) ? undefined : decodeOptions; diff --git a/package.json b/package.json index 80d1e5c..ccb1897 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jsdoc": "^4.0.0", "lint-staged": "^15.0.2", "nyc": "^15.1.0", - "prettier": "3.0.3" + "prettier": "3.1.1" }, "lint-staged": { "*.(js|ts)": [