Merge branch 'master' of github.com:jspm/registry

This commit is contained in:
guybedford
2013-11-06 19:11:46 +02:00
5 changed files with 11 additions and 17 deletions
@@ -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": {