From 6232c8db7ffdd170fb4341534ecb4d4318b6f8ef Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 15 Apr 2024 18:52:31 +0100 Subject: [PATCH] Add ldid utility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dad193..a7d155a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "jest", "lint": "eslint .", "release": "np --no-publish", - "package": "pkg ." + "package": "pkg . --no-bytecode" }, "bugs": { "url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",