From ce6fdc17eab35ac572e803266d04088c76a22acd Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:09:08 -0400 Subject: [PATCH] replace client/src with client --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d52535fe1f..a5a2d9ae48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -293,7 +293,7 @@ } }, "client/node_modules/cordova-plugin-outline": { - "resolved": "client/src/cordova/plugin", + "resolved": "client/cordova/plugin", "link": true }, "client/node_modules/dir-compare": { @@ -443,7 +443,7 @@ "node": ">=10" } }, - "client/src/cordova/plugin": { + "client/cordova/plugin": { "dev": true }, "node_modules/@ampproject/remapping": { @@ -51336,7 +51336,7 @@ } }, "cordova-plugin-outline": { - "version": "file:client/src/cordova/plugin" + "version": "file:client/cordova/plugin" }, "dir-compare": { "version": "2.4.0", diff --git a/package.json b/package.json index 5699358bc1..bd586ad28d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "clean": "rimraf client/build client/output node_modules client/node_modules client/www client/platforms client/plugins third_party/jsign/*.jar && go run github.com/go-task/task/v3/cmd/task clean", "format:all": "prettier --write \"**/*.{cjs,mjs,html,js,json,md,ts}\"", "format": "pretty-quick --staged --pattern \"**/*.{cjs,mjs,html,js,json,md,ts}\"", - "lint:ts": "eslint --ext ts,mjs client/src", + "lint:ts": "eslint --ext ts,mjs client", "lint": "npm run lint:ts", "reset": "npm run clean && npm ci" },