feat(nya-bootstrap-select): add github version of override

I push on PR #1001 an error, so the override was only available for the NPM version of the lib.
This commit is contained in:
Davin Kevin
2017-01-03 15:17:53 +01:00
parent d95ecbd23c
commit 7fd0c182b1
@@ -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!"
]
}
}
}