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"
}
}
}
+1
View File
@@ -221,6 +221,7 @@
"module": "github:jspm/nodelibs-module",
"moment": "github:moment/moment",
"moment-json-parser": "npm:moment-json-parser",
"mongoose": "github:gavinaiken/mongoose",
"mq4-hover-shim": "npm:mq4-hover-shim",
"msgs": "github:cujojs/msgs",
"mustache": "github:janl/mustache.js",