From 33ffa18590d0357a23f6ed3f3ccf1a76750fdc8c Mon Sep 17 00:00:00 2001 From: NjohPrince Date: Wed, 27 Dec 2023 07:38:10 +0100 Subject: [PATCH] updated --- .vscode/settings.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 22570b4..d227c64 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,8 +3,8 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.fixAll.format": true + "source.fixAll.eslint": "explicit", + "source.fixAll.format": "explicit" }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" diff --git a/package.json b/package.json index 3f950f4..8bdc2c3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "camsol-components-library", + "name": "@camsol.io/components", "description": "This is a components library built for having a single source of components for the Camsol website project.", "version": "1.0.2", "private": false,