Files
jspm-registry/package-overrides/github/kasperlewau/angular-bind-notifier@0.0.4.json
T
Kasper Lewau 4c5ccc4fc2 Correct the shim path for angular-bind-notifier.
Now points to dist/angular-bind-notifier as intended.
2015-04-20 16:24:52 +02:00

11 lines
135 B
JSON

{
"dependencies": {
"angular": "^1.3.0"
},
"shim": {
"dist/angular-bind-notifier": {
"deps": "angular"
}
}
}