From a2178a0155bc9c99fba7f7608cae249532d2c0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 10:35:47 +0100 Subject: [PATCH] Add knockout-select2 --- .../github/cruikshj/knockout-select2@1.0.0.json | 7 +++++++ registry.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 package-overrides/github/cruikshj/knockout-select2@1.0.0.json diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json new file mode 100644 index 0000000..a5a4f73 --- /dev/null +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -0,0 +1,7 @@ +{ + "main": "dist/knockout-select2", + "dependencies": { + "jquery": "npm:jquery@^2.2.0", + "knockout": "github:knockout/knockout@^3.3.0" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 4542035..5d475b8 100644 --- a/registry.json +++ b/registry.json @@ -314,6 +314,7 @@ "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", + "knockout-select2": "github:cruikshj/knockout-select2", "knockout-validation": "github:Knockout-Contrib/Knockout-Validation", "lazy":"npm:lazy.js", "leaflet": "github:Leaflet/Leaflet",