From a75b3837983cb3ecad3ce773a155b20af1a4375f Mon Sep 17 00:00:00 2001 From: Davin Kevin Date: Tue, 15 Nov 2016 13:53:58 +0100 Subject: [PATCH] feat(lordfriend/nya-bootstrap-select): add override for lordfriend/nya-bootstrap-select to have correct css --- nya-bootstrap-select@2.1.9.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nya-bootstrap-select@2.1.9.json diff --git a/nya-bootstrap-select@2.1.9.json b/nya-bootstrap-select@2.1.9.json new file mode 100644 index 0000000..1fd58d6 --- /dev/null +++ b/nya-bootstrap-select@2.1.9.json @@ -0,0 +1,13 @@ +{ + "main": "dist/js/nya-bs-select.js", + "dependencies": { + "css": "jspm:css@*" + }, + "shim": { + "dist/js/nya-bs-select": { + "deps": [ + "../css/nya-bs-select.css!" + ] + } + } +}