From 7cb3930c4007a3bedd15cba04b339ced2bb991ba Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Sat, 16 Nov 2013 15:53:38 +0200 Subject: [PATCH] adding backbone.babysitter and backbone.wreqr to registry.json --- registry.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry.json b/registry.json index 8d49b94..872e93b 100644 --- a/registry.json +++ b/registry.json @@ -9,6 +9,8 @@ "angular-ui": "cdnjs:angular-ui/angular-ui", "angularFire": "github:firebase/angularFire", "backbone": "github:jashkenas/backbone", + "backbone.babysitter": "github:marionettejs/backbone.babysitter", + "backbone.wreqr": "github:marionettejs/backbone.wreqr", "bootstrap": "github:twbs/bootstrap", "chosen": "github:harvesthq/chosen", "d3": "github:mbostock/d3",