Merge pull request #683 from davinkevin/master

fix(chieffancypants.angular-hotkeys): add css to add information about hotkeys
This commit is contained in:
Guy Bedford
2015-12-16 11:46:33 +02:00
@@ -1,12 +1,15 @@
{
"main": "build/hotkeys",
"registry": "jspm",
"main": "build/hotkeys",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"build/hotkeys": {
"deps": ["angular"]
"deps": [
"angular",
"./hotkeys.css!"
]
}
}
}
}