fix(chieffancypants.angular-hotkeys): remove directory for backward compatibility
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
{
|
{
|
||||||
"directories": {
|
|
||||||
"lib": "build"
|
|
||||||
},
|
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"main": "hotkeys",
|
"main": "build/hotkeys",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.2.0"
|
"angular": "^1.2.0"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"hotkeys": {
|
"build/hotkeys": {
|
||||||
"deps": [
|
"deps": [
|
||||||
"angular",
|
"angular",
|
||||||
"./hotkeys.css!"
|
"./hotkeys.css!"
|
||||||
|
|||||||
Reference in New Issue
Block a user