From 302c4f9e9958603705085c87c4f3781fdf11d23e Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 26 May 2015 18:56:52 +0200 Subject: [PATCH 1/2] added debug from visionmedia --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 036afcf..f8b5511 100644 --- a/registry.json +++ b/registry.json @@ -132,6 +132,7 @@ "d3": "github:mbostock/d3", "datatables": "github:DataTables/DataTables", "decimal.js": "github:MikeMcl/decimal.js", + "debug": "github:visionmedia/debug", "dgram": "github:jspm/nodelibs-dgram", "di": "github:angular/di.js", "dimple": "github:PMSI-AlignAlytics/dimple", From 987676c1e380af641da700b052cc8952a1a836b4 Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 26 May 2015 19:28:01 +0200 Subject: [PATCH 2/2] proper alphabetical ordering --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index f8b5511..918cfea 100644 --- a/registry.json +++ b/registry.json @@ -131,8 +131,8 @@ "curl": "github:cujojs/curl", "d3": "github:mbostock/d3", "datatables": "github:DataTables/DataTables", - "decimal.js": "github:MikeMcl/decimal.js", "debug": "github:visionmedia/debug", + "decimal.js": "github:MikeMcl/decimal.js", "dgram": "github:jspm/nodelibs-dgram", "di": "github:angular/di.js", "dimple": "github:PMSI-AlignAlytics/dimple",