From 970dcb4e8eb576b37fef48c51678343b35b216ad Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Mon, 8 Jul 2019 11:35:29 +0100 Subject: [PATCH] Update metadata for publishing --- libraries/o-error/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/o-error/package.json b/libraries/o-error/package.json index 152dde4547..738580a595 100644 --- a/libraries/o-error/package.json +++ b/libraries/o-error/package.json @@ -1,14 +1,13 @@ { - "name": "overleaf-error-type", + "name": "@overleaf/o-error", "version": "1.0.0", - "description": "Make custom error types that pass `instanceof` checks, have stack traces and support custom messages and properties.", + "description": "Make custom error types that pass `instanceof` checks, have stack traces, support custom messages and properties, and can wrap causes (like VError).", "main": "index.js", "scripts": { "test": "mocha --require test/support" }, "author": "Overleaf (https://www.overleaf.com)", "license": "MIT", - "private": true, "devDependencies": { "chai": "^3.3.0", "mocha": "^6.1.4"