Merge pull request #398 from lookfirst/patch-1

Create angular-hotkeys@1.4.5.json
This commit is contained in:
Guy Bedford
2015-05-30 19:00:14 +02:00
@@ -0,0 +1,12 @@
{
"main": "build/hotkeys",
"registry": "jspm",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"build/hotkeys": {
"deps": ["angular"]
}
}
}