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:
@@ -6,7 +6,7 @@
|
|||||||
"main": "dist/select",
|
"main": "dist/select",
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"shim": {
|
"shim": {
|
||||||
"select": {
|
"dist/select": {
|
||||||
"deps": [
|
"deps": [
|
||||||
"angular",
|
"angular",
|
||||||
"./dist/select.css!"
|
"./dist/select.css!"
|
||||||
|
|||||||
Reference in New Issue
Block a user