From ae9e7b54b0bcc99da89eaf0a361068f775aed2d0 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Thu, 24 Oct 2024 16:28:14 +0200 Subject: [PATCH] Update athshield script path in package.json Relocated the athshield.js script from ./athshield/ to app/assets/athshield/. This change ensures better organization of script files within the project structure. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79c080d4..d5271cf1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dist:mac": "npm run dist -- -m", "dist:linux": "npm run dist -- -l", "lint": "eslint --config .eslintrc.json .", - "athshield": "node ./athshield/athshield.js" + "athshield": "node app/assets/athshield/athshield.js" }, "engines": { "node": "20.x.x"