From 9638d53c30aa1424f42219b1d7e6624bedd03a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Cevey?= Date: Mon, 12 Jan 2015 15:38:43 +0000 Subject: [PATCH] Load theseus from npm rather than github --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 9320e0e..ad02200 100644 --- a/registry.json +++ b/registry.json @@ -145,7 +145,7 @@ "spin": "github:fgnass/spin.js", "stream": "github:jspm/nodelibs-stream", "string_decoder": "github:jspm/nodelibs-string_decoder", - "theseus": "github:argo-rest/theseus", + "theseus": "npm:theseus", "timers": "github:jspm/nodelibs-timers", "tinygrowl": "github:ajkochanowicz/tinygrowl", "tls": "github:jspm/nodelibs-tls",