still trying to get it right. heh. =)

This commit is contained in:
Jon Stevens
2015-05-30 09:36:00 -07:00
parent 339ab74137
commit 92b3feb28e
@@ -1,11 +1,11 @@
{ {
"main": "hotkeys", "main": "build/hotkeys",
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"angular": "^1.2.0" "angular": "^1.2.0"
}, },
"shim": { "shim": {
"hotkeys": { "build/hotkeys": {
"deps": ["angular"] "deps": ["angular"]
} }
} }