From 75544e16f09a193be1f025b7d07917bedb87e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Sat, 20 Apr 2024 12:21:15 +0200 Subject: [PATCH] fix(package.json): repository url --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3946fb9..b0449ff 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,10 @@ "registry": "https://registry.npmjs.org" }, "repository": { - "url": "https://github.com/rbalet/scss-opinionated" + "type": "git", + "url": "git+https://github.com/rbalet/scss-opinionated" }, + "dependencies": {}, "devDependencies": { "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", @@ -34,5 +36,6 @@ }, "scripts": { "prepare": "husky" - } + }, + "sideEffects": false }