From 5c910113a3ee09ff64d273e5d4eb677fc9c6e63e Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 6 Mar 2014 18:10:32 -0700 Subject: [PATCH] Depend on text-buffer 1.4.1 since there was a regression in 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2282a87a5..f8d450499 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "serializable": "1.x", "space-pen": "3.1.1", "temp": "0.5.0", - "text-buffer": "^1.3.0", + "text-buffer": "^1.4.1", "theorist": "1.x", "underscore-plus": ">=1.0.2 <2.0", "vm-compatibility-layer": "0.1.0"