mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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",
|
"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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --require test/support"
|
"test": "mocha --require test/support"
|
||||||
},
|
},
|
||||||
"author": "Overleaf (https://www.overleaf.com)",
|
"author": "Overleaf (https://www.overleaf.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^3.3.0",
|
"chai": "^3.3.0",
|
||||||
"mocha": "^6.1.4"
|
"mocha": "^6.1.4"
|
||||||
|
|
Loading…
Reference in a new issue