backbone shim new form
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"main": "backbone",
|
||||
"shim": {
|
||||
"backbone": ["underscore"]
|
||||
},
|
||||
"dependencyMap": {
|
||||
"underscore": "npm:underscore@1.5.2"
|
||||
"main": "backbone",
|
||||
"shim": {
|
||||
"backbone": {
|
||||
"imports": ["npm:underscore@1.5"],
|
||||
"exports": "Backbone"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user