From 3d0ac725c3005223ddbb6f4a108e016d906210a8 Mon Sep 17 00:00:00 2001 From: Ty-Sir <67834313+Ty-Sir@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:57:54 -0500 Subject: [PATCH] rm duplicate script The `preview` script was listed twice. --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fce4794af..67a3a51df 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,7 @@ "update:metadata": "node utils/updateInfo.js", "update_info:tezos": "node tezos/updateInfo.js", "resize": "node utils/resize.js", - "rarity": "node utils/rarity.js", - "preview": "node utils/createPreviewCollage.js" + "rarity": "node utils/rarity.js" }, "author": "Daniel Eugene Botha (HashLips), NFTChef", "license": "MIT", @@ -40,4 +39,4 @@ "sharp": "^0.30.2", "gif-encoder-2": "^1.0.5" } -} \ No newline at end of file +}