diff --git a/exports/atom.coffee b/exports/atom.coffee index c4dbb75e2..66b90214a 100644 --- a/exports/atom.coffee +++ b/exports/atom.coffee @@ -1,4 +1,4 @@ -{Document, Point, Range, Site} = require 'telepath' +{Document, Point, Range} = require 'telepath' module.exports = _: require 'underscore-plus' @@ -11,7 +11,6 @@ module.exports = Git: require '../src/git' Point: Point Range: Range - Site: Site # The following classes can't be used from a Task handler and should therefore # only be exported when not running as a child node process