From 70fe82f1c4ec86df051df9f1176f626385e19195 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 4 Nov 2013 17:33:54 +0200 Subject: [PATCH] add plugins to registry --- registry.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/registry.json b/registry.json index a00effe..e15f910 100644 --- a/registry.json +++ b/registry.json @@ -1,4 +1,12 @@ { + "!css": "github:jspm/plugins/css", + "!font": "github:jspm/plugins/font", + "!hbs": "github:jspm/plugins/hbs", + "!html": "github:jspm/plugins/html", + "!image": "github:jspm/plugins/image", + "!json": "github:jspm/plugins/json", + "!text": "github:jspm/plugins/text", + "angular": "cdnjs:angular.js/{version}#angular", "angular-ui": "cdnjs:angular-ui/{version}#angular-ui", "angularFire": "github:firebase/angularFire",