From ec1bad1635f2ebb1e931630c78045a27c7925af0 Mon Sep 17 00:00:00 2001 From: Tino Koch <17991193+Tinoooo@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:34:59 +0200 Subject: [PATCH] added repository url to package.json (#124) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4c714016..bc09da6b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "description": "Post-processing library for TresJS", "author": "Alvaro Saburido (https://github.com/alvarosabu/)", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/Tresjs/post-processing.git" + }, "keywords": [ "vue", "3d",