From 92700174b9bc08b316d4051d0ce55d49cfd2169e Mon Sep 17 00:00:00 2001 From: Wesley Overdijk Date: Thu, 24 Mar 2016 11:32:22 +0100 Subject: [PATCH] Added SpoonX aurelia entries Added authentication, orm, api and notification. Makes installation a lot nicer for our users :) --- registry.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry.json b/registry.json index 856df41..040a66c 100644 --- a/registry.json +++ b/registry.json @@ -109,6 +109,10 @@ "aurelia-animator-css": "npm:aurelia-animator-css", "aurelia-animator-velocity": "npm:aurelia-animator-velocity", "aurelia-auth":"github:paulvanbladel/aurelia-auth", + "aurelia-authentication":"github:spoonx/aurelia-authentication", + "aurelia-api":"github:spoonx/aurelia-api", + "aurelia-orm":"github:spoonx/aurelia-orm", + "aurelia-notification":"github:spoonx/aurelia-notification", "aurelia-binding": "npm:aurelia-binding", "aurelia-breeze": "npm:aurelia-breeze", "aurelia-bootstrapper": "npm:aurelia-bootstrapper",