Update metadata for publishing

This commit is contained in:
John Lees-Miller 2019-07-08 11:35:29 +01:00
parent 5563844151
commit 970dcb4e8e

View file

@ -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"