From bc224b43c96e3f98aa277ab5ae1105b38a0ec9f4 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Mon, 8 Jul 2019 13:22:49 +0100 Subject: [PATCH] Add repository to package.json --- libraries/o-error/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/o-error/package.json b/libraries/o-error/package.json index a3547eff77..bbb91fa070 100644 --- a/libraries/o-error/package.json +++ b/libraries/o-error/package.json @@ -8,6 +8,8 @@ }, "author": "Overleaf (https://www.overleaf.com)", "license": "MIT", + "private": true, + "repository": "github:overleaf/o-error", "devDependencies": { "chai": "^3.3.0", "mocha": "^6.1.4"