From 344149302e8c49e2c81c85cc26b323499a74cd83 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 6 Nov 2013 12:54:51 +0200 Subject: [PATCH] move to separate plugin repos --- registry.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/registry.json b/registry.json index 0abcef5..8558514 100644 --- a/registry.json +++ b/registry.json @@ -1,11 +1,9 @@ { - "!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", + "!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",