mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Upgrade to text-buffer 3.0.2
This commit is contained in:
@@ -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'}
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user