From 4120a6bac5145b9b73940c10dd46ca4b760f8502 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 9 Aug 2025 22:56:59 -0400 Subject: [PATCH] Fixed warnings in package --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 3859600..97c7008 100644 --- a/package.json +++ b/package.json @@ -48,15 +48,13 @@ "vite": "^7.0.0" } }, - "sideEffects": false, "license": "", "author": "Mattrixwv", "repository": { "type": "git", - "url": "https://bitbucket.org/Mattrixwv/mattrixwvReactComponents.git" + "url": "git+https://bitbucket.org/Mattrixwv/mattrixwvReactComponents.git" }, - "main": "./dist/mattrixwv-components.cjs", "module": "./dist/mattrixwv-components.js", "types": "./dist/mattrixwv-components.d.ts",