From bbef8083d54cb9c962f893f918559f2a0016818b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 Aug 2014 17:41:59 -0600 Subject: [PATCH] Upgrade to text-buffer 3.0.2 --- build/tasks/docs-task.coffee | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build/tasks/docs-task.coffee b/build/tasks/docs-task.coffee index ef402e765..6acf798cc 100644 --- a/build/tasks/docs-task.coffee +++ b/build/tasks/docs-task.coffee @@ -88,11 +88,6 @@ downloadFileFromRepo = ({repo, file}, callback) -> downloadIncludes = (callback) -> includes = [ - {repo: 'text-buffer', file: 'src/marker.coffee'} - {repo: 'text-buffer', file: 'src/point.coffee'} - {repo: 'text-buffer', file: 'src/range.coffee'} - {repo: 'text-buffer', file: 'src/text-buffer.coffee'} - {repo: 'text-buffer', file: 'package.json'} {repo: 'theorist', file: 'src/model.coffee'} {repo: 'theorist', file: 'package.json'} ] diff --git a/package.json b/package.json index 950e0a037..e11519cdf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "serializable": "^1", "space-pen": "3.4.2", "temp": "0.7.0", - "text-buffer": "^3.0.1", + "text-buffer": "^3.0.2", "theorist": "^1", "underscore-plus": "^1.5.1", "vm-compatibility-layer": "0.1.0"