diff --git a/package-overrides/github/jashkenas/backbone@1.1.0.json b/package-overrides/github/jashkenas/backbone@1.1.0.json index d58b9e9..c3c6985 100644 --- a/package-overrides/github/jashkenas/backbone@1.1.0.json +++ b/package-overrides/github/jashkenas/backbone@1.1.0.json @@ -4,6 +4,6 @@ "backbone": ["underscore"] }, "dependencyMap": { - "underscore": "underscore@1.5.2" + "underscore": "npm:underscore@1.5.2" } } diff --git a/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json b/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json index 7c2f6e6..543ead6 100644 --- a/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json +++ b/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json @@ -1,9 +1,13 @@ { - "main": "lib/backbone.marionette.min", - "dependencyShim": { - "lib/backbone.marionette.min": ["backbone"] + "main": "backbone.marionette.min", + "directories": { + "lib": "lib" }, "dependencyMap": { - "backbone": "backbone@1.1.0" + "backbone": "github:backbone@1.1.0", + "underscore": "npm:underscore@1.5.2" + }, + "dependencyShim": { + "backbone.marionette.min": ["backbone", "underscore"] } } diff --git a/registry.json b/registry.json index a00effe..e15f910 100644 --- a/registry.json +++ b/registry.json @@ -1,4 +1,12 @@ { + "!css": "github:jspm/plugins/css", + "!font": "github:jspm/plugins/font", + "!hbs": "github:jspm/plugins/hbs", + "!html": "github:jspm/plugins/html", + "!image": "github:jspm/plugins/image", + "!json": "github:jspm/plugins/json", + "!text": "github:jspm/plugins/text", + "angular": "cdnjs:angular.js/{version}#angular", "angular-ui": "cdnjs:angular-ui/{version}#angular-ui", "angularFire": "github:firebase/angularFire",