adding backbone and underscore package overrides; adding underscore entry in registry.json
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"main": "backbone",
|
||||||
|
"dependencyShim": {
|
||||||
|
"backbone": ["jquery", "underscore"]
|
||||||
|
},
|
||||||
|
"dependencyMap": {
|
||||||
|
"jquery": "jquery@2.0.3",
|
||||||
|
"underscore": "underscore@1.5.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": "underscore",
|
||||||
|
"dependencyMap": {
|
||||||
|
"jquery": "jquery@2.0.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,5 +4,6 @@
|
|||||||
"backbone": "github:jashkenas/backbone",
|
"backbone": "github:jashkenas/backbone",
|
||||||
"bootstrap": "github:twbs/bootstrap",
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
|
"underscore": "github:jashkenas/underscore",
|
||||||
"webfont": "cdnjs:webfont/1.3.0#webfont"
|
"webfont": "cdnjs:webfont/1.3.0#webfont"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user