Merge pull request #105 from theefer/sc-theseus-npm

Load theseus from npm rather than github
This commit is contained in:
Guy Bedford
2015-01-12 17:51:53 +02:00
+1 -1
View File
@@ -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",