fix(chieffancypants.angular-hotkeys): add css to add information about hotkeys

This commit is contained in:
Davin Kevin
2015-12-15 06:37:57 +01:00
parent d5d58b5794
commit 77229ec186
@@ -1,12 +1,17 @@
{
"main": "build/hotkeys",
"registry": "jspm",
"directories": {
"lib": "build"
},
"main": "hotkeys",
"dependencies": {
"angular": "^1.2.0"
},
"shim": {
"build/hotkeys": {
"deps": ["angular"]
"hotkeys": {
"deps": [
"angular",
"./hotkeys.css!"
]
}
}
}
}