From 5c09cb7d95795ef3b245e25534044c9f45a0dedd Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 9 May 2022 17:02:07 -0500 Subject: [PATCH] =?UTF-8?q?Trying=20removing=20=E2=80=98./=E2=80=98=20from?= =?UTF-8?q?=20stork=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c191fc1..6e0544b 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "config": { "stork": { "executable": "stork-executable", - "toml": "./static/stork.toml", - "binary": "./static/search-index.st" + "toml": "static/stork.toml", + "binary": "static/search-index.st" } }, "scripts": {