Upgrade to text-buffer 3.0.2

This commit is contained in:
Kevin Sawicki
2014-08-19 17:41:59 -06:00
committed by Ben Ogle
parent f2f88cb343
commit bbef8083d5
2 changed files with 1 additions and 6 deletions

View File

@@ -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'}
]

View File

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