From 33b39f3cee788a73f2a41c236f1650f16280e183 Mon Sep 17 00:00:00 2001 From: Mickael Chanrion Date: Fri, 22 Dec 2023 10:42:58 -0300 Subject: [PATCH] fix: package repository format --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb3aaba..9b0f167 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "data-scroll", "version": "0.0.3", "description": "Scroll parallax, animation from/to using data attributes", - "repository": "mickaelchanrion/data-scroll", + "repository": { + "type": "git", + "url": "git+https://github.com/mickaelchanrion/data-scroll.git" + }, "license": "MIT", "author": "Mickael Chanrion", "sideEffects": false, @@ -52,4 +55,4 @@ "gsap": "^3.12.3" }, "packageManager": "pnpm@8.10.2" -} \ No newline at end of file +}