From 46ab7ee3015191149dfb1100d8d10794cf66001c Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 6 Nov 2013 14:24:23 +0200 Subject: [PATCH] plugins as normal names --- registry.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/registry.json b/registry.json index 8558514..5ec501f 100644 --- a/registry.json +++ b/registry.json @@ -5,6 +5,12 @@ "!json": "github:jspm/plugin-json", "!text": "github:jspm/plugin-text", + "css": "github:jspm/plugin-css", + "font": "github:jspm/plugin-font", + "image": "github:jspm/plugin-image", + "json": "github:jspm/plugin-json", + "text": "github:jspm/plugin-text", + "angular": "cdnjs:angular.js", "angular-ui": "cdnjs:angular-ui/angular-ui", "angularFire": "github:firebase/angularFire",