don't use jspm property in overrides

This commit is contained in:
Guy Bedford
2015-01-13 13:56:30 +02:00
parent 1a7944dfb8
commit 5e4cc92672
-2
View File
@@ -6,10 +6,8 @@
"exports": "mocha" "exports": "mocha"
} }
}, },
"jspm": {
"dependencies": { "dependencies": {
"css": "*" "css": "*"
}, },
"registry": "jspm" "registry": "jspm"
} }
}