Use atom.io URL

This commit is contained in:
Kevin Sawicki
2013-10-21 17:09:45 -07:00
parent eeebaba350
commit 4fae98d049

View File

@@ -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 =