From 217e5f74ca098fedfbaa72a4c22dbf6ae28d5842 Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Tue, 25 Feb 2014 13:33:44 +0100 Subject: [PATCH] Add dummy version to package.json to fix install. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 383fa5951f..a36305c5e1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "sharelatex", + "version": "0.0.1", "description": "An online collaborative LaTeX editor", "dependencies": { "rimraf": "~2.2.6",