Merge pull request #683 from davinkevin/master
fix(chieffancypants.angular-hotkeys): add css to add information about hotkeys
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"main": "build/hotkeys",
|
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
|
"main": "build/hotkeys",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.2.0"
|
"angular": "^1.2.0"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"build/hotkeys": {
|
"build/hotkeys": {
|
||||||
"deps": ["angular"]
|
"deps": [
|
||||||
|
"angular",
|
||||||
|
"./hotkeys.css!"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user