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
17 lines
229 B
JSON
17 lines
229 B
JSON
{
|
|
"dependencies": {
|
|
"css": "*",
|
|
"angular": "^1.3"
|
|
},
|
|
"main": "dist/select",
|
|
"registry": "jspm",
|
|
"shim": {
|
|
"dist/select": {
|
|
"deps": [
|
|
"angular",
|
|
"./dist/select.css!"
|
|
]
|
|
}
|
|
}
|
|
}
|