From 4fae98d049dae72a22288cf5179fa53b7e140474 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 21 Oct 2013 17:09:45 -0700 Subject: [PATCH] Use atom.io URL --- tasks/publish-packages.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/publish-packages.coffee b/tasks/publish-packages.coffee index 61bc06b7a..c1f3b1727 100644 --- a/tasks/publish-packages.coffee +++ b/tasks/publish-packages.coffee @@ -6,7 +6,7 @@ request = require 'request' # This task should be run whenever you want to be sure that atom.io contains # all the packages and versions referenced in Atom's package.json file. module.exports = (grunt) -> - baseUrl = "https://github-atom-io.herokuapp.com/api/packages" + baseUrl = "https://www.atom.io/api/packages" packageExists = (packageName, token, callback) -> requestSettings =