From 4500d9a9eab50acd95b4ed64c5063799033baa23 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 3 Feb 2014 20:08:49 +0200 Subject: [PATCH] plugin reshuffling --- registry.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/registry.json b/registry.json index ae3ef51..6fa0a10 100644 --- a/registry.json +++ b/registry.json @@ -1,10 +1,11 @@ { "css": "github:systemjs/plugin-css", - "font": "github:systemjs/plugin-font", "image": "github:systemjs/plugin-image", "json": "github:systemjs/plugin-json", - "md": "github:systemjs/plugin-md", "text": "github:systemjs/plugin-text", + "font": "github:guybedford/system-font", + "md": "github:guybedford/system-md", + "angular": "cdnjs:angular.js", "angular-ui": "cdnjs:angular-ui/angular-ui",