From 48123d61973f4ad37d30cf29b5bdc090341f8841 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 2 Oct 2015 19:45:09 +0200 Subject: [PATCH 1/2] Update registry.json add tape (for testing js) --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index a109dfe..b7b2ca9 100644 --- a/registry.json +++ b/registry.json @@ -395,6 +395,7 @@ "superagent": "npm:superagent", "svg.js" : "github:wout/svg.js", "tabletools": "github:DataTables/TableTools", + "tape": "github:substack/tape", "teo": "npm:teo", "textAngular": "github:fraywing/textAngular", "three.js": "github:mrdoob/three.js", From f6abc9a9c128c7c74e1b53abf74c855ee21a10ea Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 3 Oct 2015 05:53:15 +0200 Subject: [PATCH 2/2] use npm for tape --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index b7b2ca9..76be8e8 100644 --- a/registry.json +++ b/registry.json @@ -395,7 +395,7 @@ "superagent": "npm:superagent", "svg.js" : "github:wout/svg.js", "tabletools": "github:DataTables/TableTools", - "tape": "github:substack/tape", + "tape": "npm:tape", "teo": "npm:teo", "textAngular": "github:fraywing/textAngular", "three.js": "github:mrdoob/three.js",