From ec30c386aefa27d148076d9f50c68139ba8fb218 Mon Sep 17 00:00:00 2001 From: Oz Date: Thu, 29 Oct 2015 19:09:28 +0200 Subject: [PATCH] fix plugins order --- registry.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/registry.json b/registry.json index 6396c03..1f53866 100644 --- a/registry.json +++ b/registry.json @@ -1,20 +1,20 @@ { + "audio": "github:ozsay/plugin-audio", "coffee": "github:forresto/system-coffee", "css": "github:systemjs/plugin-css", "ember-hbs": "github:n-fuse/plugin-ember-hbs", "font": "github:guybedford/system-font", "image": "github:systemjs/plugin-image", + "jade": "github:johnsoftek/plugin-jade", "json": "github:systemjs/plugin-json", "jst": "github:podio/plugin-jst", - "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", "less": "github:aaike/jspm-less-plugin", - "ts": "github:frankwallis/plugin-typescript", + "md": "github:guybedford/system-md", + "raw": "github:matthewbauer/plugin-raw", "sass": "github:screendriver/plugin-sass", - "audio": "github:ozsay/plugin-audio", + "text": "github:systemjs/plugin-text", + "ts": "github:frankwallis/plugin-typescript", "ace": "github:ajaxorg/ace-builds", "adam": "npm:adam",