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
This commit is contained in:
Sean Lynch
2016-03-09 13:16:28 -05:00
parent 0c40dd9934
commit af4d977104
@@ -6,7 +6,7 @@
"main": "dist/select",
"registry": "jspm",
"shim": {
"select": {
"dist/select": {
"deps": [
"angular",
"./dist/select.css!"