From 0dd8b124bd9ba9066663984a8b0bf23b3552ded7 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Mon, 8 Jul 2019 13:24:03 +0100 Subject: [PATCH] Remove private from package.json --- libraries/o-error/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/o-error/package.json b/libraries/o-error/package.json index bbb91fa070..b9d6d59f2b 100644 --- a/libraries/o-error/package.json +++ b/libraries/o-error/package.json @@ -8,7 +8,6 @@ }, "author": "Overleaf (https://www.overleaf.com)", "license": "MIT", - "private": true, "repository": "github:overleaf/o-error", "devDependencies": { "chai": "^3.3.0",