From d14c8f2a36d3527f256f4dcef4625d522841f126 Mon Sep 17 00:00:00 2001 From: Ryan C Varley Date: Mon, 25 Sep 2023 14:20:06 +0100 Subject: [PATCH] Update repo url in package.json My IDE was reporting that the latest version of this package was 2.x.x . This was because the URL was pointing to the vue2 repo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17c951c..f67cde0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "types/vuedraggable.d.ts", "repository": { "type": "git", - "url": "https://github.com/SortableJS/Vue.Draggable.git" + "url": "https://github.com/SortableJS/vue.draggable.next.git" }, "private": false, "scripts": {