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 { 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 +}