mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use atom.io URL
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user