Update package.json metadata

This commit is contained in:
John Lees-Miller 2020-05-15 16:50:37 +01:00
parent 676bdb794b
commit c9d9982615
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,3 @@
# @overleaf/o-error History
Please see the [Releases on GitHub](https://github.com/overleaf/o-error/releases) for history.

View file

@ -1,9 +1,10 @@
{
"name": "@overleaf/o-error",
"version": "3.0.0",
"description": "Make custom error types that pass `instanceof` checks, have stack traces, support custom messages and properties, and can wrap causes (like VError).",
"description": "Light-weight helpers for handling JavaScript Errors in node.js and the browser. Helps with long stack traces, Error subclasses, wrapping internal errors (causes), and attaching extra data to errors for logging.",
"keywords": ["browser", "node", "error", "long stack trace", "stack trace", "stack", "cause", "verror"],
"main": "index.js",
"types": "index.d.ts",
"files": ["index.js", "index.d.ts"],
"scripts": {
"lint": "eslint .",
"update-readme": "doc/update-readme.js",