Files
jspm-registry/package-overrides/github/angular-ui/ui-select@0.14.2.json
T
Sean Lynch af4d977104 Fix shim path for angular-ui-select
After removing the `directories.lib` override in https://github.com/jspm/registry/commit/1ad887e48c2d26e41c50b61d26594094ea649e5f, the path for the main shim is incorrect and is not applying the deps overrides
2016-03-09 13:16:28 -05:00

17 lines
229 B
JSON

{
"dependencies": {
"css": "*",
"angular": "^1.3"
},
"main": "dist/select",
"registry": "jspm",
"shim": {
"dist/select": {
"deps": [
"angular",
"./dist/select.css!"
]
}
}
}