From ab68b7cd0c5a31689d1d30cea1ab42b4b9f96592 Mon Sep 17 00:00:00 2001 From: Benoit Gauthier Date: Wed, 4 May 2016 19:58:05 -0400 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [ { From b89b8d152b57ea2e381779d8b1febc30e08b15d5 Mon Sep 17 00:00:00 2001 From: Benoit Gauthier Date: Wed, 4 May 2016 20:28:58 -0400 Subject: [PATCH 2/2] Update component.json --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": "*" } }