From 57cef69acd0da9ac864d620a450381e1b28a4041 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 24 Oct 2015 14:53:08 +0200 Subject: [PATCH] remove jquery-ui shim --- .../github/components/jqueryui@1.11.3.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/package-overrides/github/components/jqueryui@1.11.3.json b/package-overrides/github/components/jqueryui@1.11.3.json index 90acc58..68c746d 100644 --- a/package-overrides/github/components/jqueryui@1.11.3.json +++ b/package-overrides/github/components/jqueryui@1.11.3.json @@ -3,22 +3,5 @@ "registry": "jspm", "dependencies": { "jquery": "*" - }, - "shim": { - "jquery-ui": { - "deps": ["jquery"] - }, - "ui/widget": { - "deps": ["jquery"] - }, - "ui/datepicker": { - "deps": ["jquery"] - }, - "ui/draggable": { - "deps": ["jquery"] - }, - "ui/sortable": { - "deps": ["jquery"] - } } }