backbone shim new form

This commit is contained in:
Guy Bedford
2013-11-11 12:40:11 +02:00
parent afe2cf2068
commit 51ede29697
@@ -1,9 +1,9 @@
{ {
"main": "backbone", "main": "backbone",
"shim": { "shim": {
"backbone": ["underscore"] "backbone": {
}, "imports": ["npm:underscore@1.5"],
"dependencyMap": { "exports": "Backbone"
"underscore": "npm:underscore@1.5.2"
} }
}
} }