added an override for socket.io, fixes https://github.com/jspm/jspm-cli/issues/780

This commit is contained in:
Jiří Špác
2015-06-05 15:21:16 +02:00
parent 47ca06f270
commit 0cc30e0c3f
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"index": {
"exports": "mongoose"
}
}
}