From b40a989bfd80491925297dbebfb56d3ca0cf72a6 Mon Sep 17 00:00:00 2001 From: Aleksandar Djindjic Date: Wed, 24 Dec 2014 22:43:23 +0100 Subject: [PATCH] decimal.js github endpoint his npm endpoint has references to some unnecessary node libs so I changeed our registry to point to github repository --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 0417f4e..44a578c 100644 --- a/registry.json +++ b/registry.json @@ -55,7 +55,7 @@ "cram": "github:cujojs/cram", "curl": "github:cujojs/curl", "d3": "github:mbostock/d3", - "decimal.js": "npm:decimal.js", + "decimal.js": "github:MikeMcl/decimal.js", "di": "github:angular/di.js", "dropzone": "github:enyo/dropzone", "ember": "github:components/ember",