mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Update package.json metadata
This commit is contained in:
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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user