Remove Site from exports

This commit is contained in:
Kevin Sawicki
2013-11-19 10:25:42 -08:00
parent 6a7bcb6f52
commit aeaa76a9e1

View File

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