I push on PR #1001 an error, so the override was only available for the NPM version of the lib.
14 lines
204 B
JSON
14 lines
204 B
JSON
{
|
|
"main": "dist/js/nya-bs-select.js",
|
|
"dependencies": {
|
|
"css": "jspm:css@*"
|
|
},
|
|
"shim": {
|
|
"dist/js/nya-bs-select": {
|
|
"deps": [
|
|
"../css/nya-bs-select.css!"
|
|
]
|
|
}
|
|
}
|
|
}
|