Files
jspm-registry/package-overrides/github/chieffancypants/angular-loading-bar@0.8.0.json
T
Jon Stevens 009e45b12e fix dep for css file
that said, it doesn't seem to really do anything. i don't see how this works.
2015-07-14 15:17:16 -07:00

14 lines
217 B
JSON

{
"main": "build/loading-bar",
"registry": "jspm",
"dependencies": {
"angular": "^1.2.9",
"css": "*"
},
"shim": {
"loading-bar": {
"deps": ["angular", "build/loading-bar.css!"]
}
}
}