From 6627489a6d429275555dfdcffce20e06eb410cac Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Jan 2023 20:16:37 -0600 Subject: [PATCH] move index script --- src/index.js => index.js | 0 install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/index.js => index.js (100%) diff --git a/src/index.js b/index.js similarity index 100% rename from src/index.js rename to index.js diff --git a/install.sh b/install.sh index cfd762f..fe2790c 100644 --- a/install.sh +++ b/install.sh @@ -14,4 +14,4 @@ cd import-cost || exit eval "$installer install" cd .. -cp src/index.js import-cost +cp index.js import-cost