From 96482fe751cafd3fddb3f1b64dda4cfecd85cb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 14:30:37 +0100 Subject: [PATCH] Add knockout-jqueryui https://github.com/gvas/knockout-jqueryui --- .../github/gvas/knockout-jqueryui@2.2.2.json | 11 +++++++++++ registry.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 package-overrides/github/gvas/knockout-jqueryui@2.2.2.json diff --git a/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json b/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json new file mode 100644 index 0000000..7b938f6 --- /dev/null +++ b/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json @@ -0,0 +1,11 @@ +{ + "main": false, + "dependencies": { + "jquery": "npm:jquery", + "jqueryui": "github:components/jqueryui", + "knockout": "github:knockout/knockout" + }, + "map": { + "jquery-ui": "jqueryui/ui" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 4274266..5d475b8 100644 --- a/registry.json +++ b/registry.json @@ -311,6 +311,7 @@ "klayjs": "github:OpenKieler/klayjs", "kl-watch-once": "github:kasperlewau/kl-watch-once", "knockout": "github:knockout/knockout", + "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", "knockout-select2": "github:cruikshj/knockout-select2",