From e6631213ed95c6a610cb06cbe59d5b0de9f50954 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 19 Jun 2022 17:30:53 -0400 Subject: [PATCH] v0.2.4 --- packages/utility-tools/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/utility-tools/package.json b/packages/utility-tools/package.json index b818d41..b00c863 100644 --- a/packages/utility-tools/package.json +++ b/packages/utility-tools/package.json @@ -1,9 +1,10 @@ { "name": "utility-tools", - "version": "0.2.3", + "version": "0.2.4", "description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org", "scripts": { - "start": "node --max-old-space-size=8192 src/index.js" + "start": "node --max-old-space-size=8192 src/index.js", + "example": "node --max-old-space-size=8192 src/example.js" }, "type": "module", "main": "src/index.js",