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:
@@ -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!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user