From c33bf53a17590132310b808b44d63e5dd212248b Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 21 Jan 2015 01:45:49 -0500 Subject: [PATCH] fix: update the aurelia default loader repo name --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 72575e5..4312ef1 100644 --- a/registry.json +++ b/registry.json @@ -34,7 +34,7 @@ "aurelia-html-template-element": "github:aurelia/html-template-element", "aurelia-http-client": "github:aurelia/http-client", "aurelia-loader": "github:aurelia/loader", - "aurelia-loader-systemjs": "github:aurelia/loader-systemjs", + "aurelia-loader-default": "github:aurelia/loader-default", "aurelia-logging": "github:aurelia/logging", "aurelia-logging-console": "github:aurelia/logging-console", "aurelia-metadata": "github:aurelia/metadata",