From c4508da2455e6521f7788d07e368b2e738b792a0 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 14 Mar 2016 21:52:23 +0800 Subject: [PATCH] Fix node binary --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index ac77ef4..5339719 100644 --- a/registry.json +++ b/registry.json @@ -11,7 +11,7 @@ "jsx": "github:floatdrop/plugin-jsx", "less": "github:aaike/jspm-less-plugin", "md": "github:guybedford/system-md", - "node-binary": "github:systemjs/systemjs-plugin-node-binary", + "node-binary": "npm:systemjs-node-binary", "plugin-babel": "npm:systemjs-plugin-babel", "plugin-traceur": "npm:systemjs-plugin-traceur", "plugin-typescript": "github:frankwallis/plugin-typescript",