diff --git a/package.json b/package.json index 57297e9..16d27b5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "2.0.0", "description": "Wide Angle Analytics web analytics Plugin for Vue.js 3.x", "homepage": "https://wideangle.co", - "repository": "github:wideangleanalytics/wideangle-vuejs", + "repository": { + "type": "git", + "url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-vuejs.git" + }, "main": "index.js", "scripts": { "build": "tsc -p tsconfig.json",