Merge branch 'master' of github.com:jspm/registry
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencyShim": {
|
||||
"angularFire": ["angular@1.1.5"]
|
||||
"shim": {
|
||||
"angularFire": ["angular@1.1.5/angular"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"main": "backbone",
|
||||
"dependencyShim": {
|
||||
"shim": {
|
||||
"backbone": ["underscore"]
|
||||
},
|
||||
"dependencyMap": {
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"dependencyMap": {
|
||||
"backbone": "github:backbone@1.1.0",
|
||||
"underscore": "npm:underscore@1.5.2"
|
||||
},
|
||||
"dependencyShim": {
|
||||
"backbone.marionette.min": ["backbone", "underscore"]
|
||||
"shim": {
|
||||
"backbone.marionette.min": ["backbone@1.1.0", "underscore@1.5.2"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"main": "dist/js/bootstrap",
|
||||
"dependencyShim": {
|
||||
"shim": {
|
||||
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
|
||||
},
|
||||
"dependencyMap": {
|
||||
|
||||
Reference in New Issue
Block a user