mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update package.json metadata
This commit is contained in:
parent
676bdb794b
commit
c9d9982615
2 changed files with 6 additions and 2 deletions
3
libraries/o-error/CHANGELOG.md
Normal file
3
libraries/o-error/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# @overleaf/o-error History
|
||||||
|
|
||||||
|
Please see the [Releases on GitHub](https://github.com/overleaf/o-error/releases) for history.
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@overleaf/o-error",
|
"name": "@overleaf/o-error",
|
||||||
"version": "3.0.0",
|
"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",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"files": ["index.js", "index.d.ts"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"update-readme": "doc/update-readme.js",
|
"update-readme": "doc/update-readme.js",
|
||||||
|
|
Loading…
Reference in a new issue