From 704308f3c191eb3f4c23093698ad5d48b9dac014 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 1 Oct 2013 13:02:05 -0700 Subject: [PATCH] Update publish config to use registry on :cloud::ant: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a231b6f..8db2321 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "atom": ">26.0" }, "publishConfig": { - "registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite" + "registry": "https://atom.cloudant.com/registry/_design/app/_rewrite" } }