mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update metadata for publishing
This commit is contained in:
parent
5563844151
commit
970dcb4e8e
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue