added an override for socket.io, fixes https://github.com/jspm/jspm-cli/issues/780
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"index": {
|
||||
"exports": "mongoose"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user