fix jspm 0.16 mocha overrides

This commit is contained in:
guybedford
2016-06-10 03:07:36 +02:00
parent 203f87d5e4
commit 6e904637bb
+8
View File
@@ -10,6 +10,14 @@
"format": "global"
}
},
"shim": {
"mocha": {
"exports": "mocha",
"deps": [
"./mocha.css!"
]
}
}
"dependencies": {
"css": "*",
"debug": "^2.2.0"