From 233d81e92b48d77c2f5efe0c6a7df04e0aba91ac Mon Sep 17 00:00:00 2001 From: Henry Oswald <henry.oswald@sharelatex.com> Date: Thu, 17 Sep 2015 13:40:00 +0100 Subject: [PATCH] use my patched version of east until PR is accepted --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6322f8f..b07c5d1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An online collaborative LaTeX editor", "dependencies": { "async": "^0.9.0", - "east": "^0.2.3", + "east": "git+https://github.com/henryoswald/east.git#master", "east-mongo": "^0.1.2", "grunt-shell": "^1.1.1", "lodash": "^3.0.0", -- GitLab