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", "directories": {
"registry": "jspm", "lib": "build"
},
"main": "hotkeys",
"dependencies": { "dependencies": {
"angular": "^1.2.0" "angular": "^1.2.0"
}, },
"shim": { "shim": {
"build/hotkeys": { "hotkeys": {
"deps": ["angular"] "deps": [
"angular",
"./hotkeys.css!"
]
} }
} }
} }