From 98112937e21b59921ab3d60b3300fa7e37e05167 Mon Sep 17 00:00:00 2001 From: christerry Date: Thu, 18 Jun 2026 16:07:38 -0600 Subject: [PATCH 1/2] fix jquery ui sortable path --- jquery.mjs.nestedSortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.mjs.nestedSortable.js b/jquery.mjs.nestedSortable.js index f04f21e..9345e02 100644 --- a/jquery.mjs.nestedSortable.js +++ b/jquery.mjs.nestedSortable.js @@ -18,7 +18,7 @@ // AMD. Register as an anonymous module. define([ "jquery", - "jquery-ui/ui/sortable" + "jquery-ui/ui/widgets/sortable" ], factory ); } else { From f5845e89b73a9fc40367c7c558726f8b4bdb07a8 Mon Sep 17 00:00:00 2001 From: juniper terry Date: Thu, 18 Jun 2026 16:36:05 -0600 Subject: [PATCH 2/2] Bump version to 1.3.5 and update repository URL --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d739765..a21a2ed 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "nestedSortable", - "version": "1.3.4", + "version": "1.3.5", "author": "Manuele J Sarfatti ", "description": "NestedSortable is a jQuery plugin that extends jQuery Sortable UI functionalities to nested lists.", "repository": { "type": "git", - "url": "https://github.com/ilikenwf/nestedSortable" + "url": "https://github.com/juni-t/nestedSortable" }, "main": "jquery.mjs.nestedSortable.js" -} \ No newline at end of file +}