From d74ecbc3749b9706b338d972393528005fc2c6f4 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Mon, 16 Nov 2015 14:09:11 -0500 Subject: [PATCH] Update Aurelia for Beta This PR updates the registry to reflect Aurelia's new release strategy via NPM. This is our Beta 1 launch. Beta goes live as soon as this PR is merged. Thanks for your prompt response :) --- registry.json | 64 +++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/registry.json b/registry.json index df9633d..e588386 100644 --- a/registry.json +++ b/registry.json @@ -92,51 +92,51 @@ "army-knife": "npm:army-knife", "array-sugar": "github:capaj/array-sugar", "assert": "github:jspm/nodelibs-assert", - "aurelia-pal": "github:aurelia/pal", - "aurelia-pal-browser": "github:aurelia/pal-browser", - "aurelia-pal-nodejs": "github:aurelia/pal-nodejs", + "aurelia-pal": "npm:aurelia-pal", + "aurelia-pal-browser": "npm:aurelia-pal-browser", + "aurelia-pal-nodejs": "npm:aurelia-pal-nodejs", "aurelia-async": "github:jdanyow/aurelia-async", - "aurelia-animator-css": "github:aurelia/animator-css", - "aurelia-animator-velocity": "github:aurelia/animator-velocity", + "aurelia-animator-css": "npm:aurelia-animator-css", + "aurelia-animator-velocity": "npm:aurelia-animator-velocity", "aurelia-auth":"github:paulvanbladel/aurelia-auth", - "aurelia-binding": "github:aurelia/binding", + "aurelia-binding": "npm:aurelia-binding", "aurelia-breeze": "github:jdanyow/aurelia-breeze", - "aurelia-bootstrapper": "github:aurelia/bootstrapper", + "aurelia-bootstrapper": "npm:aurelia-bootstrapper", "aurelia-bs-modal": "github:pwkad/aurelia-bs-modal", "aurelia-computed": "github:jdanyow/aurelia-computed", "aurelia-configuration": "github:vheissu/aurelia-configuration", - "aurelia-dependency-injection": "github:aurelia/dependency-injection", - "aurelia-dialog": "github:aurelia/dialog", - "aurelia-event-aggregator": "github:aurelia/event-aggregator", - "aurelia-fetch-client": "github:aurelia/fetch-client", + "aurelia-dependency-injection": "npm:aurelia-dependency-injection", + "aurelia-dialog": "npm:aurelia-dialog", + "aurelia-event-aggregator": "npm:aurelia-event-aggregator", + "aurelia-fetch-client": "npm:aurelia-fetch-client", "aurelia-firebase": "github:pulsarblow/aurelia-firebase", "aurelia-flux": "github:tfrydrychewicz/aurelia-flux", - "aurelia-framework": "github:aurelia/framework", + "aurelia-framework": "npm:aurelia-framework", "aurelia-google-analytics": "github:miguelzakharia/aurelia-google-analytics", - "aurelia-history": "github:aurelia/history", - "aurelia-history-browser": "github:aurelia/history-browser", + "aurelia-history": "npm:aurelia-history", + "aurelia-history-browser": "npm:aurelia-history-browser", "aurelia-html-template-element": "github:aurelia/html-template-element", - "aurelia-http-client": "github:aurelia/http-client", - "aurelia-i18n": "github:aurelia/i18n", - "aurelia-loader": "github:aurelia/loader", - "aurelia-loader-default": "github:aurelia/loader-default", - "aurelia-logging": "github:aurelia/logging", - "aurelia-logging-console": "github:aurelia/logging-console", - "aurelia-metadata": "github:aurelia/metadata", + "aurelia-http-client": "npm:aurelia-http-client", + "aurelia-i18n": "npm:aurelia-i18n", + "aurelia-loader": "npm:aurelia-loader", + "aurelia-loader-default": "npm:aurelia-loader-default", + "aurelia-logging": "npm:aurelia-logging", + "aurelia-logging-console": "npm:aurelia-logging-console", + "aurelia-metadata": "npm:aurelia-metadata", "aurelia-modal": "github:vheissu/aurelia-modal", - "aurelia-path": "github:aurelia/path", - "aurelia-route-recognizer": "github:aurelia/route-recognizer", - "aurelia-router": "github:aurelia/router", + "aurelia-path": "npm:aurelia-path", + "aurelia-route-recognizer": "npm:aurelia-route-recognizer", + "aurelia-router": "npm:aurelia-router", "aurelia-swagger-client":"github:paulvanbladel/aurelia-swagger-client", "aurelia-tabs": "github:vheissu/aurelia-tabs", - "aurelia-task-queue": "github:aurelia/task-queue", - "aurelia-templating": "github:aurelia/templating", - "aurelia-templating-binding": "github:aurelia/templating-binding", - "aurelia-templating-resources": "github:aurelia/templating-resources", - "aurelia-templating-router": "github:aurelia/templating-router", - "aurelia-ui-virtualization": "github:aurelia/ui-virtualization", - "aurelia-validation": "github:aurelia/validation", - "aurelia-html-import-template-loader": "github:aurelia/html-import-template-loader", + "aurelia-task-queue": "npm:aurelia-task-queue", + "aurelia-templating": "npm:aurelia-templating", + "aurelia-templating-binding": "npm:aurelia-templating-binding", + "aurelia-templating-resources": "npm:aurelia-templating-resources", + "aurelia-templating-router": "npm:aurelia-templating-router", + "aurelia-ui-virtualization": "npm:aurelia-ui-virtualization", + "aurelia-validation": "npm:aurelia-validation", + "aurelia-html-import-template-loader": "npm:aurelia-html-import-template-loader", "autosize": "github:jackmoore/autosize", "babel": "npm:babel-core", "babel-runtime": "npm:babel-runtime",