Files
Davin Kevin 7fd0c182b1 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.
2017-01-03 15:17:53 +01:00

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!"
]
}
}
}