From 52fac3c9e04f080f8f92a01a1392253e897f11ae Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 10 Jul 2015 16:07:18 -0500 Subject: [PATCH] Add plugin-raw to registry. Add plugin-raw from matthewbauer/plugin-raw to JSPM registry. --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 755156d..35a2c72 100644 --- a/registry.json +++ b/registry.json @@ -6,6 +6,7 @@ "image": "github:systemjs/plugin-image", "json": "github:systemjs/plugin-json", "md": "github:guybedford/system-md", + "raw": "github:matthewbauer/plugin-raw", "text": "github:systemjs/plugin-text", "jade": "github:johnsoftek/plugin-jade", "jsx": "github:floatdrop/plugin-jsx",