Upgrade to space-pen 3.4.2

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

View File

@@ -88,8 +88,6 @@ downloadFileFromRepo = ({repo, file}, callback) ->
downloadIncludes = (callback) ->
includes = [
{repo: 'space-pen', file: 'src/space-pen.coffee'}
{repo: 'space-pen', file: 'package.json'}
{repo: 'text-buffer', file: 'src/marker.coffee'}
{repo: 'text-buffer', file: 'src/point.coffee'}
{repo: 'text-buffer', file: 'src/range.coffee'}

View File

@@ -54,7 +54,7 @@
"season": "^1.0.2",
"semver": "1.1.4",
"serializable": "^1",
"space-pen": "3.4.1",
"space-pen": "3.4.2",
"temp": "0.7.0",
"text-buffer": "^3.0.1",
"theorist": "^1",