diff --git a/component.json b/component.json index 8e7645f..089b93d 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "jquery-ui", - "repo": "components/jqueryui", + "repo": "intelogie/jqueryui", "version": "1.11.4", "license": "MIT", "scripts": [ @@ -8,6 +8,6 @@ ], "main": "jquery-ui.js", "dependencies": { - "components/jquery": "*" + "intelogie/jquery": "*" } } diff --git a/composer.json b/composer.json index cea9ab6..863c8ae 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "name": "components/jqueryui", + "name": "intelogie/jqueryui", "type": "component", "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.", "license": "MIT", "require": { - "components/jquery": ">=1.6" + "intelogie/jquery": ">=1.6" }, "authors": [ {