Fixed warnings in package

This commit is contained in:
2025-08-09 22:56:59 -04:00
parent 7078940ce3
commit 4120a6bac5

View File

@@ -48,15 +48,13 @@
"vite": "^7.0.0" "vite": "^7.0.0"
} }
}, },
"sideEffects": false, "sideEffects": false,
"license": "", "license": "",
"author": "Mattrixwv", "author": "Mattrixwv",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://bitbucket.org/Mattrixwv/mattrixwvReactComponents.git" "url": "git+https://bitbucket.org/Mattrixwv/mattrixwvReactComponents.git"
}, },
"main": "./dist/mattrixwv-components.cjs", "main": "./dist/mattrixwv-components.cjs",
"module": "./dist/mattrixwv-components.js", "module": "./dist/mattrixwv-components.js",
"types": "./dist/mattrixwv-components.d.ts", "types": "./dist/mattrixwv-components.d.ts",